mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05:00
10 lines
435 B
Org Mode
10 lines
435 B
Org Mode
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||
|
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||
|
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||
|
--cert-name releases.grapheneos.org \
|
||
|
-d releases.grapheneos.org \
|
||
|
-d apps.grapheneos.org \
|
||
|
-d seamlessupdate.app \
|
||
|
-d mta-sts.seamlessupdate.app \
|
||
|
-d www.seamlessupdate.app
|