Browse Source

Changed certificate values back to single line

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
35a45da937
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      deploy/aro/catalog-api/catalog-public-route.json

+ 3
- 3
deploy/aro/catalog-api/catalog-public-route.json View File

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

Loading…
Cancel
Save