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:
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user