5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
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 |