plone / ansible-playbook

An Ansible playbook for automated deployment of full-stack Plone servers.
90 stars 74 forks source link

Letsencrypt support #61

Open rfleschenberg opened 7 years ago

rfleschenberg commented 7 years ago

Would be nice to have, in my opinion. Are there any plans / ideas for it yet?

pigeonflight commented 7 years ago

+1

stevepiercy commented 7 years ago

Has anyone tried any of the numerous Let's Encrypt/certbot Ansible roles?

geerlingguy/letsencrypt seems to be popular.

rfleschenberg commented 7 years ago

@stevepiercy Yep, I am using that.

stevepiercy commented 7 years ago

@rfleschenberg other than what is described the README, was there anything else to configure? Any gotchas?

rfleschenberg commented 7 years ago

@stevepiercy I need to go back to my code again and take a look. I think I did it in a rather dirty way. I will try to keep this on my radar, but if you do not hear from me within a week or so, please feel free to remind me.

stevepiercy commented 7 years ago

@rfleschenberg reminder ping. I have a project on which I can test, then document the process and possibly update this repo, too.

stevepiercy commented 4 years ago

I finally got around to this and have got Let's Encrypt working. I'll submit a PR after I clean it up.

I used https://galaxy.ansible.com/geerlingguy/certbot, as the author's letsencrypt library disappeared.