Open
Description
Currently our HTTPS certificates have to be manually updated every time when the time comes. There's a supa helpful script I keep in my home directory and run when I need to update the certificates:
./certbot-auto certonly --standalone --domains codingteam.org.ru,loglist.xyz,tales.codingteam.org.ru,www.loglist.xyz
(and I think there's a certbot-auto
binary that was installed by some pythonic means)
I've no idea how this is acceptable. We need to automate that stuff.