1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05: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

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