Решение проблем по всему.
- Создан 4 февраля 2016
- Топиков 55
Модераторы (0)
Модераторов здесь не замечено
apt-get install gitgit clone https://github.com/letsencrypt/letsencrypt /opt/letsencryptcd /opt/letsencrypt./letsencrypt-auto --nginx -d epic.abcvg.ovh./letsencrypt-auto --authenticator standalone --installer nginx -d epic.abcvg.ovh --pre-hook "service nginx stop" --post-hook "service nginx start"cd /opt/letsencrypt && ./letsencrypt-auto certonly --nginx --renew-by-default -d epic.abcvg.ovh./letsencrypt-auto --authenticator standalone --installer nginx -d epic.abcvg.ovh --force-renewal --pre-hook "service nginx stop" --post-hook "service nginx start"