We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d48501 commit f2bf103Copy full SHA for f2bf103
docs/certificates.md
@@ -8,8 +8,8 @@ environment variables:
8
```shell
9
CYRAL_SIDECAR_TLS_CERT= # x509 TLS certificate
10
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
+CYRAL_SIDECAR_CA_CERT= # CA Certs
+CYRAL_SIDECAR_CERT_DIRECTORY= # Directory for cert storage, defaults to /etc/cyral/cyral-certificate-manager/bundles
13
```
14
15
Export the environment variables of your choice before running the script.
0 commit comments