-
Story
-
Resolution: Done
-
Minor
-
DO280 - OSE 3.0 2 20160126, DO280 - OCP 3.9 1 20180828
-
None
-
3
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: Suggestion.: add information for recognizing the certificate when using oc from workstation.
Guided Exercise: Installing and Connecting to the OpenShift Instance With oc
(and also add to content notes)
Step 2.2
To avoid the insecure connection (and warning),
On workstation:
scp master.podX.example.com:/etc/openshift/master/ca.crt /etc/pki/ca-trust/source/anchors/
update-ca-trust
alternately transfer the ca.crt to workstation and use the
oc login --certificate-authority=/path/to/cert
Many customers must use the secure option if available.