diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 20:55:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 21:37:25 -0400 |
| commit | e09a0821c4ba5f3e8598af6412d12c095621ef5d (patch) | |
| tree | 19ab1f7c28f246839c7614dbad3de2b40bdd9b05 /certbot-replicate | |
| parent | 03ffffeca75c07fad23e307b00039fe13f9ec8c5 (diff) | |
add Singapore grapheneos.org server
Diffstat (limited to 'certbot-replicate')
| -rwxr-xr-x | certbot-replicate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/certbot-replicate b/certbot-replicate index e15b0b15..eb849292 100755 --- a/certbot-replicate +++ b/certbot-replicate @@ -4,6 +4,7 @@ set -o errexit -o nounset -o pipefail replicas=( 1.grapheneos.org + 2.grapheneos.org ) for replica in ${replicas[@]}; do |
