(feature): domains update

This commit is contained in:
Maksym Sadovnychyy 2023-09-11 10:29:01 +02:00
parent be7dcf83e8
commit f311a655cc

View File

@ -19,7 +19,7 @@
"Configuration": { "Configuration": {
"Environments": [ "Environments": [
{ {
"Active": true, "Active": false,
"Name": "StagingV2", "Name": "StagingV2",
"Url": "https://acme-staging-v02.api.letsencrypt.org/directory", "Url": "https://acme-staging-v02.api.letsencrypt.org/directory",
@ -53,7 +53,7 @@
} }
}, },
{ {
"Active": false, "Active": true,
"Name": "ProductionV2", "Name": "ProductionV2",
"Url": "https://acme-v02.api.letsencrypt.org/directory", "Url": "https://acme-v02.api.letsencrypt.org/directory",
@ -114,7 +114,10 @@
"www.vlt.maks-it.com", "www.vlt.maks-it.com",
"obj.maks-it.com", "obj.maks-it.com",
"www.obj.maks-it.com" "www.obj.maks-it.com",
"s3.maks-it.com",
"www.s3.maks-it.com"
], ],
"Challenge": "http-01" "Challenge": "http-01"
} }