entire HTTPS cert chain is needed in secret.yaml

This commit is contained in:
Troy McConaghy 2017-06-28 16:40:52 +02:00
parent 1d6a7624f4
commit 0feaafef2b

View File

@ -94,8 +94,9 @@ type: Opaque
data:
# Base64-encoded HTTPS private key
cert.key: "<b64 encoded HTTPS private key>"
# Base64-encoded HTTPS Signed Certificate or Certificate Chain
cert.pem: "<b64 encoded HTTPS Signed Certificate or Certificate Chain>"
# Base64-encoded HTTPS certificate chain
# including all intermediate certificates and the actual certificate
cert.pem: "<b64 encoded HTTPS certificate chain"
---
apiVersion: v1
kind: Secret