mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
9 lines
361 B
Org Mode
9 lines
361 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 releases.grapheneos.org \
|
|
-d releases.grapheneos.org \
|
|
-d apps.grapheneos.org \
|
|
-d seamlessupdate.app \
|
|
-d www.seamlessupdate.app
|