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": {
"termination": "edge",
"key": "__PrivateKey2__",
"certificate": "__Certificate2__",
"caCertificate": "__CaCertificate2__"
"key": "__PrivateKey3__",
"certificate": "__Certificate3__",
"caCertificate": "__CaCertificate3__"
}
}
}