aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx/HOWTO_letsencrypt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/HOWTO_letsencrypt.txt')
-rw-r--r--roles/nginx/HOWTO_letsencrypt.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/nginx/HOWTO_letsencrypt.txt b/roles/nginx/HOWTO_letsencrypt.txt
index ada7075..bf9d0d7 100644
--- a/roles/nginx/HOWTO_letsencrypt.txt
+++ b/roles/nginx/HOWTO_letsencrypt.txt
@@ -39,6 +39,21 @@ cert), do something like this:
-d static.bnewbold.net \
-d git.bnewbold.net
+ sudo letsencrypt certonly \
+ --non-interactive \
+ --agree-tos \
+ --email bnewbold@the-nsa.org \
+ --webroot -w /var/www/letsencrypt \
+ -d bnewbold.the-nsa.org \
+ -d files.bnewbold.the-nsa.org \
+ -d hashbase.bnewbold.the-nsa.org \
+ -d modelthing.the-nsa.org \
+ -d obscurity.bnewbold.the-nsa.org \
+ -d repro.bnewbold.the-nsa.org \
+ -d perf.bnewbold.the-nsa.org --expand
+
+ # formerly: very-flat.com
+
The above will yield a cert at the following path (presumably path has the
first domain name):