Is this cert a public ssl certificate ? if no, can you try this on your master node to import your CA file?:
openssl x509 -in <your_ca_file> -text >> /etc/pki/tls/certs/ca-bundle.crt On Thu, Jul 19, 2018 at 3:25 PM, N. Harake <[email protected]> wrote: > Dear All, > > I recently added certificates to the Openshift web console by modifying > /etc/origin/master/master-config.yaml > > I added these lines in assetConfig and under servingInfo: > > namedCertificates: > - certFile: openshift.crt > keyFile: openshift.key > names: > - "openshift.server" > > The certificate works fine for the console but when I try to access from > the master node using system:admin through the certificate client x509 > I get this error: > > [root@openshift01 ~]# oc get pod > Unable to connect to the server: x509: certificate signed by unknown > authority > > I do not know if it’s related to the changes I made. > > Any help is appreciated. > > Thanks, and best regards > > H. N. Harake > > > > > > > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev >
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
