diff --git a/certbot/default-quic b/certbot/default-quic index 69ea319..5b2f722 100644 --- a/certbot/default-quic +++ b/certbot/default-quic @@ -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 \ No newline at end of file diff --git a/certbot/miniflux b/certbot/miniflux index 0921c32..23e8c11 100644 --- a/certbot/miniflux +++ b/certbot/miniflux @@ -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 \ No newline at end of file diff --git a/certbot/uptime-kuma b/certbot/uptime-kuma index 2fc8e2b..b783f68 100644 --- a/certbot/uptime-kuma +++ b/certbot/uptime-kuma @@ -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 \ No newline at end of file