9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
sudo certbot certonly \
|
|
--standalone \
|
|
--preferred-challenges http \
|
|
--agree-tos -n \
|
|
--config-dir ./etc/letsencrypt \
|
|
-d wolfkingdom.net \
|
|
-m cleako@gmail.com \
|
|
-q
|