2024-06-24 10:21:29 -07:00
|
|
|
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
|
2024-07-26 06:52:58 -07:00
|
|
|
--key-type ecdsa
|
2024-06-24 10:21:29 -07:00
|
|
|
--cert-name uptime.yourdomain.tld \
|
2024-07-03 19:09:34 -07:00
|
|
|
-d uptime.yourdomain.tld
|