diff options
Diffstat (limited to 'letsencrypt/rambutan')
-rw-r--r-- | letsencrypt/rambutan | 11 |
1 files changed, 11 insertions, 0 deletions
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 |