Last active
July 5, 2017 21:27
-
-
Save jefferyb/931ccb9b7384e3e10f2ae98bcb635e96 to your computer and use it in GitHub Desktop.
Changing OpenShift Console's SSL Certificate setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# switch namedCertificates: null with | |
namedCertificates: | |
- certFile: wildcard.example.com.crt | |
keyFile: wildcard.example.com.key | |
names: | |
- "dashboard.openshift.example.com" | |
# ref: | |
# - http://guifreelife.com/blog/2016/03/24/Replace-OpenShift-Console-SSL-Certificate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment