diff --git a/certbot/default-quic b/certbot/default-quic index 80b566a..cf1f8cf 100644 --- a/certbot/default-quic +++ b/certbot/default-quic @@ -2,6 +2,4 @@ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \ --key-type ecdsa --must-staple \ --deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \ --cert-name hostname.of.your.server \ - -d hostname.of.your.server - -restorecon -Rv /var/cache/certbot-ocsp-fetcher \ No newline at end of file + -d hostname.of.your.server \ No newline at end of file diff --git a/certbot/miniflux b/certbot/miniflux index ec9cc1e..87811b2 100644 --- a/certbot/miniflux +++ b/certbot/miniflux @@ -2,6 +2,4 @@ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \ --key-type ecdsa --must-staple \ --deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \ --cert-name miniflux.yourdomain.tld \ - -d miniflux.yourdomain.tld - -restorecon -Rv /var/cache/certbot-ocsp-fetcher \ No newline at end of file + -d miniflux.yourdomain.tld \ No newline at end of file diff --git a/certbot/uptime-kuma b/certbot/uptime-kuma index 055fa79..fe73e06 100644 --- a/certbot/uptime-kuma +++ b/certbot/uptime-kuma @@ -2,6 +2,4 @@ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \ --key-type ecdsa --must-staple \ --deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \ --cert-name uptime.yourdomain.tld \ - -d uptime.yourdomain.tld - -restorecon -Rv /var/cache/certbot-ocsp-fetcher \ No newline at end of file + -d uptime.yourdomain.tld \ No newline at end of file