acme.json related changes
This commit is contained in:
3
Generated/.gitignore
vendored
3
Generated/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
*.yml
|
*.yml
|
||||||
*.tmpl
|
*.tmpl
|
||||||
*.toml
|
*.toml
|
||||||
|
*.json
|
||||||
0
Production-Traefik/acme.json
Normal file
0
Production-Traefik/acme.json
Normal file
@@ -25,4 +25,6 @@ If ($BTCPAYGEN_REVERSEPROXY -eq "nginx") {
|
|||||||
|
|
||||||
If ($BTCPAYGEN_REVERSEPROXY -eq "traefik") {
|
If ($BTCPAYGEN_REVERSEPROXY -eq "traefik") {
|
||||||
Copy-Item ".\Production-Traefik\traefik.toml" -Destination ".\Generated"
|
Copy-Item ".\Production-Traefik\traefik.toml" -Destination ".\Generated"
|
||||||
|
|
||||||
|
New-Item ".\Generated\acme.json" -type file
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user