feat: add skip certbot option
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-04-04 06:38:58 +02:00
parent 48792673dc
commit d7d87e0162
2 changed files with 29 additions and 19 deletions

View File

@@ -98,6 +98,11 @@ Some commands to deploy the RPM package on server
set +a
```
- Install or upgrade without certbot (for testing environment)
```shell
SKIP_CERTBOT=true dnf --nogpgcheck --refresh --assumeyes --best install netoik-rp
```
# Security Notes