terraform-aws-openshift icon indicating copy to clipboard operation
terraform-aws-openshift copied to clipboard

replacing self-signed cert to letsencrypt

Open rcdelacruz opened this issue 7 years ago • 3 comments

Hi, have you tried using letsencrypt? If yes, pls help what's the best way to set it up on master node.

rcdelacruz avatar Jun 06 '18 14:06 rcdelacruz

There was some guide on this post: https://www.redpill-linpro.com/sysadvent/2017/12/15/letsencrypt-on-openshift.html

Would be great support this feature by this project.

kenhuang avatar May 14 '19 21:05 kenhuang

Also found this:

https://github.com/openshift/openshift-docs/blob/master/install_config/redeploying_certificates.adoc#redeploying-all-certificates-current-ca

Maybe can utilize this:

ansible-playbook -i <inventory_file> \
    playbooks/redeploy-certificates.yml

kenhuang avatar May 14 '19 22:05 kenhuang

Absolutely brilliant idea! Will start on this soon :)

dwmkerr avatar May 19 '19 13:05 dwmkerr