mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 14:09:23 -05:00
6 lines
270 B
Org Mode
6 lines
270 B
Org Mode
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
--key-type ecdsa --reuse-key --must-staple \
|
|
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
|
--cert-name discuss.grapheneos.org \
|
|
-d discuss.grapheneos.org
|