From 8d07fbff691dbdc7d4265c6d301bb17bc59f65b2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 23 Jun 2022 10:36:34 -0700 Subject: old letsencrypt invocations --- letsencrypt/rambutan | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 letsencrypt/rambutan (limited to 'letsencrypt/rambutan') diff --git a/letsencrypt/rambutan b/letsencrypt/rambutan new file mode 100644 index 0000000..7530a89 --- /dev/null +++ b/letsencrypt/rambutan @@ -0,0 +1,11 @@ + + # Add --dry-run to test... + sudo letsencrypt certonly \ + --non-interactive \ + --agree-tos \ + --email root@rambutan.cc \ + --webroot -w /var/www/letsencrypt \ + -d rambutan.cc -d www.rambutan.cc \ + -d forums.rambutan.cc \ + -d staging.rambutan.cc \ + -d builds.rambutan.cc -- cgit v1.2.3