I just got an SSL cert as a 1-liner. exciting!
letsencrypt --text --email lindner@inuus.com--domains www.inuus.com,inuus.com,mirth.inuus.com --agree-tos --renew-by-default --standalone --standalone-supported-challenges http-01 certonly
1 min read
I just got an SSL cert as a 1-liner. exciting!
letsencrypt --text --email lindner@inuus.com--domains www.inuus.com,inuus.com,mirth.inuus.com --agree-tos --renew-by-default --standalone --standalone-supported-challenges http-01 certonly
Now they just need to support some non standard ports for every single one of us who need to get certs for other servers on the network - because obviously the web server is already using 80 and 443...... I had to write a script to ssh to the webserver, swap virtual hosts for ones that include proxying, proxy to the internal server, and then reset everything back afterwards.....
Andrew Jones-McGuire , Aug 18 2016 on known.dev.inuus.com