1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

stage testing letsencrypt

This commit is contained in:
Kyle Spearrin
2017-08-21 11:35:09 -04:00
parent 437422ca60
commit 5fe587ea9f
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ docker-compose --version
$letsEncryptLivePath = "${outputDir}/letsencrypt/live"
if(Test-Path -Path $letsEncryptLivePath) {
docker run -it --rm --name certbot -p 443:443 -p 80:80 -v $outputDir/letsencrypt:/etc/letsencrypt/ certbot/certbot `
renew
renew --logs-dir $outputDir/letsencrypt/logs --staging
}
docker-compose -f ${dockerDir}\docker-compose.yml -f ${dockerDir}\docker-compose.macwin.yml down