1
0

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

@@ -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
}