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.
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.