terraform-aws-openshift
terraform-aws-openshift copied to clipboard
replacing self-signed cert to letsencrypt
Hi, have you tried using letsencrypt? If yes, pls help what's the best way to set it up on master node.
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.
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
Absolutely brilliant idea! Will start on this soon :)