Use mounted all-in-one cert for nginx ssl

Mount the combined key and cert for nginx ssl using flexvol and point the necessary nginx config at it.
This commit is contained in:
tomdds
2019-11-26 17:01:16 -05:00
parent 9b8d5e3662
commit 26bb2f4614
2 changed files with 6 additions and 6 deletions

View File

@@ -146,8 +146,8 @@ spec:
options:
usepodidentity: "true"
keyvaultname: "atat-vault-test"
keyvaultobjectnames: "dhparam4096"
keyvaultobjectaliases: "dhparam.pem"
keyvaultobjectnames: "dhparam4096;staging-cert"
keyvaultobjectaliases: "dhparam.pem;atat.crt"
keyvaultobjecttypes: secret
tenantid: $TENANT_ID
---