Last active
February 14, 2019 08:43
-
-
Save HueJack/0609bf33af93337a175dedcd422d5374 to your computer and use it in GitHub Desktop.
Автоматический режим генерации SSL сертификатов с помощью Cerbot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://dl.eff.org/certbot-auto | |
chmod +x certbot-auto | |
sudo ./certbot-auto certonly --webroot --agree-tos --email [email protected] -w /home/bitrix/ext_www/domain.ru -d domain.ru -d www.domain.ru |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment