Difference between revisions of "Letsencrypt"
From Wiki2
Line 1: | Line 1: | ||
===letsencrypt=== | ===letsencrypt=== | ||
/root/README16.04.md in sitebuilt.net has the docs on letsencrypt commands that have been run | |||
letsencrypt certonly -a webroot --webroot-path=/home/tryit/public_html -d tryit.sitebuilt.net | letsencrypt certonly -a webroot --webroot-path=/home/tryit/public_html -d tryit.sitebuilt.net | ||
letsencrypt certonly -a webroot --webroot-path=/var/www/html -d sitebuilt.net -d tryit.sitebuilt.net |
Latest revision as of 16:50, 5 March 2017
letsencrypt
/root/README16.04.md in sitebuilt.net has the docs on letsencrypt commands that have been run
letsencrypt certonly -a webroot --webroot-path=/home/tryit/public_html -d tryit.sitebuilt.net
letsencrypt certonly -a webroot --webroot-path=/var/www/html -d sitebuilt.net -d tryit.sitebuilt.net