blob: a3f39ebe7014306a7d5603c24b9eb3eb795ad39f (
plain)
1
2
3
4
5
6
7
8
9
|
# Use this environment to pass in certificates for SSL deployments.
# For these values to take effect, one of the tls-endpoints-*.yaml environments
# must also be used.
parameter_defaults:
SSLCertificate: |
The contents of your certificate go here
SSLIntermediateCertificate: ''
SSLKey: |
The contents of the private key go here
|