Changed certificate values back to single line

This commit is contained in:
Tim McCarthy 2020-02-27 00:17:31 -08:00
parent bac6342ada
commit 35a45da937

View File

@ -18,9 +18,9 @@
}, },
"tls": { "tls": {
"termination": "edge", "termination": "edge",
"key": "__PrivateKey2__", "key": "__PrivateKey3__",
"certificate": "__Certificate2__", "certificate": "__Certificate3__",
"caCertificate": "__CaCertificate2__" "caCertificate": "__CaCertificate3__"
} }
} }
} }