Skip to content

Instantly share code, notes, and snippets.

@HueJack
Last active February 14, 2019 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HueJack/0609bf33af93337a175dedcd422d5374 to your computer and use it in GitHub Desktop.
Save HueJack/0609bf33af93337a175dedcd422d5374 to your computer and use it in GitHub Desktop.
Автоматический режим генерации SSL сертификатов с помощью Cerbot
wget https://dl.eff.org/certbot-auto
chmod +x certbot-auto
sudo ./certbot-auto certonly --webroot --agree-tos --email mnikolayw@gmail.com -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