How to create Kubernetes TLS secrets with intermediate and root cert

1/19/2021

I am trying to create a TLS secret for our key-cert pair that is issued by Entrust (third party CA) . The cert has an intermediate CA and a root CA . This documentation has instructions on how to create a TLS secret - but I do not see instructions on how this can be done when we have a root/intermediate CA .

Any inputs would be appreciated.

-- user1117723
google-kubernetes-engine
kubernetes
ssl

1 Answer

1/19/2021

you can use cert-manager. they can help you to create secret of crt and key with your root ca. you can check there documentation.

install cert-manager

details

-- Emon46
Source: StackOverflow