2024-06-29 14:56:28 -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-29 14:56:28 -07:00
|
|
|
--cert-name hostname.of.your.server \
|
2024-07-03 19:09:34 -07:00
|
|
|
-d hostname.of.your.server
|