Created
September 1, 2015 16:11
-
-
Save jimmidyson/cdd31f037bd59e3cab03 to your computer and use it in GitHub Desktop.
Recreate OpenShift certs
This file contains hidden or 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
oadm ca create-server-cert \ | |
--cert=openshift.local.config/master/master.server.crt \ | |
--key=openshift.local.config/master/master.server.key \ | |
--hostnames=[ANY_OTHER_HOSTNAMES_HERE,]kubernetes.default.svc,kubernetes.default.svc.cluster.local,localhost,openshift.default.svc.cluster.local,127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment