Skip to content

Instantly share code, notes, and snippets.

@jefferyb
Last active July 5, 2017 21:27
Show Gist options
  • Save jefferyb/931ccb9b7384e3e10f2ae98bcb635e96 to your computer and use it in GitHub Desktop.
Save jefferyb/931ccb9b7384e3e10f2ae98bcb635e96 to your computer and use it in GitHub Desktop.
Changing OpenShift Console's SSL Certificate setting
# 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