Unifi-OracleCloud icon indicating copy to clipboard operation
Unifi-OracleCloud copied to clipboard

Install certs during deployment

Open scriptxyz opened this issue 3 years ago • 2 comments

Hi,

Thanks for creating this code.

Is it possible to add one more step that will install let's encrypt certificate during deployment? And also add a script to renew the certificate every a few month

scriptxyz avatar May 10 '22 00:05 scriptxyz

That was certainly the goal and the script that I used to base this terraform file from supported that, but looks like certbot was depreciated so some additional work is needed to update it to current methods and I haven't had time to work on it.

If you have a shell script that can handle the steps I can work on adding those to the script that runs at first boot. Otherwise, I hope to get to it some day, but probably not soon.

MallocArray avatar May 24 '22 01:05 MallocArray

I am actively working on updating this to use the Easy install script from Glenn R which supports Lets Encrypt on install and I plan to add a scheduled task to update the application and certs. So hopefully some good progress soon.

MallocArray avatar Nov 06 '22 23:11 MallocArray