dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

replacing self-signed cert to letsencrypt #57

Open rcdelacruz opened 6 years ago

rcdelacruz commented 6 years ago

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

kenhuang commented 5 years ago

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 commented 5 years ago

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
dwmkerr commented 5 years ago

Absolutely brilliant idea! Will start on this soon :)