Skip to content

Commit

Permalink
docs: add config path arg to launch.json, update instructions (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramk64 committed Sep 14, 2024
1 parent 482aee7 commit ff3d824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
":6001",
"--cert-dir=${input:tlsDir}",
"--ca-cert-file=${input:clientCACert}",
"--config=${input:configPath}"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Gatekeeper requires TLS for external data provider interactions. As such ratify
--set-file notationCerts[0]=./test/testdata/notation.crt \
--set-file provider.tls.crt=./tls/certs/tls.crt \
--set-file provider.tls.key=./tls/certs/tls.key \
--set-file provider.tls.cabundle="$(cat ./tls/certs/ca.crt | base64 | tr -d '\n\r')" \
--set provider.tls.cabundle="$(cat ./tls/certs/ca.crt | base64 | tr -d '\n\r')" \
--set-file provider.tls.caCert=./tls/certs/ca.crt \
--set-file provider.tls.caKey=./tls/certs/ca.key
```
Expand Down

0 comments on commit ff3d824

Please sign in to comment.