blob: 7530a89ae1c9f55333a003452b2728aae6c02bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|