4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
|
|
--key-type ecdsa
|
|
--cert-name miniflux.yourdomain.tld \
|
|
-d miniflux.yourdomain.tld |