mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-02 19:46:23 -04:00
5 lines
247 B
Erlang
5 lines
247 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 staging.attestation.app \
|
|
-d staging.attestation.app
|