Skip to content

Commit

Permalink
Update certificate_customization.adoc
Browse files Browse the repository at this point in the history
Fixing wrong `servingInfo` yaml block (Incorrect nesting of the element `namedCertificates`)
  • Loading branch information
josgonza-rh authored Jun 1, 2018
1 parent 5769d5f commit 6487a18
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions install_config/certificate_customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,18 @@ servingInfo:
logoutURL: ""
masterPublicURL: https://openshift.example.com:8443
publicURL: https://openshift.example.com:8443/console/
bindAddress: 0.0.0.0:8443
bindNetwork: tcp4
certFile: master.server.crt <1>
clientCA: ""
keyFile: master.server.key <1>
maxRequestsInFlight: 0
requestTimeoutSeconds: 0
namedCertificates:
bindAddress: 0.0.0.0:8443
bindNetwork: tcp4
certFile: master.server.crt <1>
clientCA: ""
keyFile: master.server.key <1>
maxRequestsInFlight: 0
requestTimeoutSeconds: 0
namedCertificates:
- certFile: wildcard.example.com.crt <2>
keyFile: wildcard.example.com.key <2>
names:
- "openshift.example.com"
- certFile: wildcard.example.com.crt <2>
keyFile: wildcard.example.com.key <2>
names:
- "openshift.example.com"
metricsPublicURL: "https://metrics.os.example.com/hawkular/metrics"
----
Expand Down Expand Up @@ -300,19 +299,18 @@ servingInfo:
logoutURL: ""
masterPublicURL: https://openshift.example.com:8443
publicURL: https://openshift.example.com:8443/console/
bindAddress: 0.0.0.0:8443
bindNetwork: tcp4
certFile: master.server.crt
clientCA: ""
keyFile: master.server.key
maxRequestsInFlight: 0
requestTimeoutSeconds: 0
namedCertificates:
bindAddress: 0.0.0.0:8443
bindNetwork: tcp4
certFile: master.server.crt
clientCA: ""
keyFile: master.server.key
maxRequestsInFlight: 0
requestTimeoutSeconds: 0
namedCertificates:
- certFile: wildcard.example.com.crt <1>
keyFile: wildcard.example.com.key <2>
names:
- "openshift.example.com"
- certFile: wildcard.example.com.crt <1>
keyFile: wildcard.example.com.key <2>
names:
- "openshift.example.com"
metricsPublicURL: "https://metrics.os.example.com/hawkular/metrics"
----
+
Expand Down

0 comments on commit 6487a18

Please sign in to comment.