Remove restorecon on certbot certonly

This commit is contained in:
Tommy 2024-07-03 19:09:34 -07:00 committed by GitHub
parent 07f2cb7a02
commit b6e13fadb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 9 deletions

View File

@ -3,5 +3,3 @@ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--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

View File

@ -3,5 +3,3 @@ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--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

View File

@ -3,5 +3,3 @@ certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--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