📂 Tooling
Renewing Certificate
# cd to project folder
cd /usr/projects/nuxt-content-portfolio/
# stop the app to free 80 port
docker compose down
# or
make down
# do the thing
certbot renew
ls -al /etc/letsencrypt/archive/hazadus.ru/
# New files below with suffix "2":
Update default.prod.conf
with new filenames:
Обновить сертификат для конкретного домена
Если на сервере установлены сертификаты для нескольких доменов:
# Получить инфо обо всех установленных сертификатах
certbot certificates
# Обновить сертификат для домена
certbot renew --cert-name domain1.com
📂 Tooling | Последнее изменение: 11.08.2024 19:51