mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
entire HTTPS cert chain is needed in secret.yaml
This commit is contained in:
parent
1d6a7624f4
commit
0feaafef2b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user