From b6e13fadb8b6e02df421755904c44eeecbe04ec2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 3 Jul 2024 19:09:34 -0700 Subject: [PATCH] Remove restorecon on certbot certonly --- certbot/default-quic | 4 +--- certbot/miniflux | 4 +--- certbot/uptime-kuma | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) 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