Forum OpenACS Q&A: Re: letsencrypt - unable to renew

Collapse
Posted by Tyge Cawthon on
First and more importantly, thank you all for your support.

Good news, my site is back up. The unexplainable news
is, I did received at the proper .pem files, however, the final pem was never created. I looked in the dehydrated script and executed the commands:
cp ${CERTDIR}/${domain}/fullchain.pem ${CERTDIR}/${domain}/server.pem
cat ${CERTDIR}/${domain}/privkey.pem >> ${CERTDIR}/${domain}/server.pem
chmod 770 ${CERTDIR}/${domain}/server.pem
chown letsencrypt:letsencrypt server.pem

I will investigate this further. We learn by our mistakes.
Thanks again.

BTW - I try to document as much as I can so beginners can learn openacs faster and enjoy developing applications using OpenACS.

If anyone is interested here is a link to some of the things I have been documenting. This is a rough draft and needs to be updated.

My focus is demonstrating qforms.

https://a21.highlandpiping.com/beginners-tutorial/

Feedback (good, bad, ugly) is welcome.

Thanks again