mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-23 15:00:42 -04:00
6 lines
260 B
Erlang
6 lines
260 B
Erlang
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
--key-type ecdsa --reuse-key --required-profile tlsserver \
|
|
--deploy-hook "nginx -s reload" \
|
|
--cert-name attestation.app \
|
|
-d attestation.app \
|
|
-d www.attestation.app
|