We use Venafi application which renews the certificate on the Linux virtual machines(VMs), then we export the certificate's public key, send it to other teams
who update their records. My work place(a local credit union) uses Azure CI/CD pipeline
For Openshift containers, we need to manually load the certificate in our keystore directory, update the YAML file and then restart the POD
I know Venafi provides vCert which is a command line utility designed to generate keys and simplify certificate acquisition and we are looking into it.
Are there any other methods for use case like ours where we need to deploy the certificates on Linux virtual machines(VMs) in fewer steps?
Are there any other methods for use case like ours where we need to deploy the certificates on Openshift containers in fewer steps?