acme.json related changes

This commit is contained in:
Andrew Camilleri
2018-09-16 19:33:01 +02:00
parent 665ad88633
commit bf6fa20655
4 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
*.yml
*.tmpl
*.toml
*.toml
*.json

View File

View File

@@ -25,4 +25,6 @@ If ($BTCPAYGEN_REVERSEPROXY -eq "nginx") {
If ($BTCPAYGEN_REVERSEPROXY -eq "traefik") {
Copy-Item ".\Production-Traefik\traefik.toml" -Destination ".\Generated"
New-Item ".\Generated\acme.json" -type file
}

View File

@@ -25,6 +25,7 @@ fi
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then
cp Production-Traefik/traefik.toml Generated/traefik.toml
chmod 600 acme.json>>!#:2
fi