This commit is contained in:
Tommy 2024-08-01 18:59:24 -07:00 committed by GitHub
parent 4874077871
commit 6b49097447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa
--key-type ecdsa \
--cert-name hostname.of.your.server \
-d hostname.of.your.server

View File

@ -1,4 +1,4 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa
--key-type ecdsa \
--cert-name miniflux.yourdomain.tld \
-d miniflux.yourdomain.tld

View File

@ -1,4 +1,4 @@
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa
--key-type ecdsa \
--cert-name uptime.yourdomain.tld \
-d uptime.yourdomain.tld