1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

lets encrypt updates for sh scripts

This commit is contained in:
Kyle Spearrin
2017-08-21 11:47:42 -04:00
parent e90dc470b7
commit ecf3ce797e
4 changed files with 8 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ if($domain -ne "localhost") {
}
docker run -it --rm --name certbot -p 80:80 -v $outputDir/letsencrypt:/etc/letsencrypt/ certbot/certbot `
certonly --standalone --noninteractive --agree-tos --preferred-challenges http --email $email -d $domain `
--logs-dir /etc/letsencrypt/logs --staging
--logs-dir /etc/letsencrypt/logs
}
}