-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathletsencrypt
41 lines (32 loc) · 1.24 KB
/
letsencrypt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/letsencrypt/letsencrypt-auto certonly --standalone --agree-tos --standalone-supported-challenges http-01 --email [email protected] -d shop.lyclzh.com
letsencrypt/letsencrypt-auto certonly --standalone --agree-tos --standalone-supported-challenges tls-sni-01 --email [email protected] -d shop.lyclzh.com
//16.04
letsencrypt certonly --webroot \
-w /var/www/ssl-proof/ \
--agree-tos --email [email protected] \
-d wwpp.date
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto certonly --webroot \
-w /var/www/ssl-proof/ \
--agree-tos --email [email protected] \
-d spp.yunyougo.com
./certbot-auto certonly --webroot \
-w /var/www/ssl-proof/ \
--agree-tos --email [email protected] \
-d buy.nanyue.net.cn
//in kjy server
/data/letsencrypt/letsencrypt-auto certonly --webroot \
-w /data/share/ssl-proof/ \
--agree-tos --email [email protected] \
-d cninone.com
//16.04
letsencrypt certonly --webroot \
-w /var/www/ssl-proof/ \
--agree-tos --email [email protected] \
-d freeland.online
//aly
sudo /letsencrypt/letsencrypt-auto certonly --webroot \
-w /var/www/ssl-proof/ \
--agree-tos --email [email protected] \
-d ali.ily365.cn