Clarify the required SSL cert order in cert chain

This commit is contained in:
Troy McConaghy 2017-06-29 11:28:51 +02:00
parent 7b80bb5819
commit 54e0fc4f57

View File

@ -95,7 +95,9 @@ data:
# Base64-encoded HTTPS private key
cert.key: "<b64 encoded HTTPS private key>"
# Base64-encoded HTTPS certificate chain
# including all intermediate certificates and the actual certificate
# starting with your primary SSL cert (e.g. your_domain.crt)
# followed by all intermediate certs.
# If cert if from DigiCert, download "Best format for nginx".
cert.pem: "<b64 encoded HTTPS certificate chain"
---
apiVersion: v1