mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
fix staging.attestation.app name for certbot
This commit is contained in:
parent
2641d41169
commit
9cec692b28
@ -1,5 +1,5 @@
|
||||
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 staging.attestation.org \
|
||||
-d staging.attestation.org
|
||||
--cert-name staging.attestation.app \
|
||||
-d staging.attestation.app
|
||||
|
Loading…
Reference in New Issue
Block a user