Skip to content

Commit f2bf103

Browse files
committed
update readme
1 parent 0d48501 commit f2bf103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/certificates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ environment variables:
88
```shell
99
CYRAL_SIDECAR_TLS_CERT= # x509 TLS certificate
1010
CYRAL_SIDECAR_TLS_PRIVATE_KEY= # private key corresponding to TLS cert
11-
CYRAL_SIDECAR_CA_CERT= # x509 CA certificate
12-
CYRAL_SIDECAR_CA_PRIVATE_KEY= # private key corresponding to CA cert
11+
CYRAL_SIDECAR_CA_CERT= # CA Certs
12+
CYRAL_SIDECAR_CERT_DIRECTORY= # Directory for cert storage, defaults to /etc/cyral/cyral-certificate-manager/bundles
1313
```
1414

1515
Export the environment variables of your choice before running the script.

0 commit comments

Comments
 (0)