Обновлено руководство и скрипты: заменены примеры доменов и адресов NPM на example.com и 10.10.10.14

This commit is contained in:
Dmitriy Fofanov
2025-10-28 11:35:54 +03:00
parent b8fb4acfa8
commit 70c9932554
4 changed files with 39 additions and 39 deletions

View File

@@ -65,7 +65,7 @@ sudo ./letsencrypt_regru.sh
- Пароль
4. **Wildcard сертификат** - создавать ли `*.example.com` (рекомендуется: Да)
5. **Интеграция с NPM** (опционально):
- Адрес NPM (например, `http://192.168.10.14:81`)
- Адрес NPM (например, `http://10.10.10.14:81`)
- Email для входа в NPM
- Пароль NPM
@@ -175,7 +175,7 @@ sudo systemctl restart letsencrypt-regru.timer
"dns_check_interval": 10,
"renewal_days": 30,
"npm_enabled": true,
"npm_host": "http://192.168.10.14:81",
"npm_host": "http://10.10.10.14:81",
"npm_email": "admin@npm.local",
"npm_password": "secure_password"
}