mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Clarify the required SSL cert order in cert chain
This commit is contained in:
parent
7b80bb5819
commit
54e0fc4f57
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user