1) git clone https://github.com/G-Core/gcore-dns-certbot-plugin
2) https://accounts.edgecenter.ru/profile/api-tokens
и добавляем токен, на данный момент достаточно уровня User
3) cd gcore-dns-certbot-plugin
vim gcore.ini
# G-Core API token used by Certbot dns_gcore_apitoken = 000xxx
4)
sed -i'' -e 's/gcorelabs.com/edgecenter.ru/g' certbot_dns_gcore/api_gcore.py
ИЛИ
dns_gcore_api_url = https://api.edgecenter.ru
5) получаем
certbot certonly --authenticator dns-gcore --dns-gcore-credentials=./gcore.ini -d 'example.com'
6) продлеваем
certbot renew --authenticator dns-gcore --dns-gcore-credentials=./gcore.ini
Комментариев нет:
Отправить комментарий