Certbot with HTTPS is working
This commit is contained in:
8
Certbot.sh
Executable file
8
Certbot.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
sudo certbot certonly \
|
||||
--standalone \
|
||||
--preferred-challenges http \
|
||||
--agree-tos -n \
|
||||
--config-dir ./etc/letsencrypt \
|
||||
-d wolfkingdom.net \
|
||||
-m cleako@gmail.com \
|
||||
-q
|
||||
Reference in New Issue
Block a user