Сообщения

Сообщения за апрель, 2019

Добавление сертификатов с wildcard certbot

certbot --server https://acme-v02.api.letsencrypt.org/directory -d *.example.net -d example.net --manual --preferred-challenges dns-01 certonly Автоматическое добавление сертификатов certbot --authenticator standalone --installer nginx --email email@gmail.com -d example.net --pre-hook "service nginx stop" --post-hook "service nginx start"