Skip to content

Instantly share code, notes, and snippets.

@Jooho
Created June 28, 2017 15:27
Show Gist options
  • Save Jooho/8f05af6ef75b8de78dcc3c714c87f98e to your computer and use it in GitHub Desktop.
Save Jooho/8f05af6ef75b8de78dcc3c714c87f98e to your computer and use it in GitHub Desktop.
openshift_master_ca_certificate={'certfile': '/root/intermediate-cert-test/ca/intermediate/certs/intermediate.cert.pem', 'keyfile': '/root/intermediate-cert-test/ca/intermediate/private/intermediate.key.pem'}
openshift_master_overwrite_named_certificates=true
openshift_master_named_certificates=[{"certfile": "/root/intermediate-cert-test/ca/intermediate/certs/lb.example.com.cert.pem", "keyfile": "/root/intermediate-cert-test/ca/intermediate/private/lb.example.com.key.pem", "names": ["lb.example.com"], "cafile": "/root/intermediate-cert-test/ca/intermediate/certs/intermediate.cert.pem"}]
server: https://master-cluster.example.com:8443
name: master-cluster-example-com:8443
contexts:
- context:
cluster: master-cluster-example-com:8443
namespace: default
user: system:node:node1.example.com/master-cluster-example-com:8443
name: default/master-cluster-example-com:8443/system:node:node1.example.com
current-context: default/master-cluster-example-com:8443/system:node:node1.example.com
kind: Config
preferences: {}
users:
- name: system:node:node1.example.com/master-cluster-example-com:8443
user:
client-certificate-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment