Remove restorecon on certbot certonly
This commit is contained in:
parent
07f2cb7a02
commit
b6e13fadb8
@ -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
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user