aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-06-22 12:28:26 -0700
committerBryan Newbold <bnewbold@archive.org>2022-06-22 12:28:26 -0700
commit26a75ca0c035034aae6e15852916fbb320b066c8 (patch)
treedec4490c3187cb2ce730e735eb92a602472b85d4 /roles
parent24efe54e54edbdae1ce3261da92deb22d2bafe7b (diff)
downloadinfra-26a75ca0c035034aae6e15852916fbb320b066c8.tar.gz
infra-26a75ca0c035034aae6e15852916fbb320b066c8.zip
update letsencrypt for bnewbold.the-nsa.org (old)
Diffstat (limited to 'roles')
-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):