Change documentation introduction to indicate Foundation IP transfer (#10440)

This commit is contained in:
R. M. Shea
2020-06-13 15:41:05 -06:00
committed by GitHub
parent 9e0b90f331
commit 48febf153b
87 changed files with 87 additions and 87 deletions

View File

@ -326,7 +326,7 @@ startNode() {
timeout 30s scp "${sshOptions[@]}" "$localArchive" "$ipAddress:letsencrypt.tgz"
fi
ssh "${sshOptions[@]}" -n "$ipAddress" \
"sudo -H /certbot-restore.sh $letsEncryptDomainName maintainers@solana.com"
"sudo -H /certbot-restore.sh $letsEncryptDomainName maintainers@solana.foundation"
rm -f letsencrypt.tgz
timeout 30s scp "${sshOptions[@]}" "$ipAddress:/letsencrypt.tgz" letsencrypt.tgz
test -s letsencrypt.tgz # Ensure non-empty before overwriting $localArchive