-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Fix Version/s: DXP Cloud 4.x
-
Component/s: DXP Cloud
-
Labels:None
-
Type of Documentation:Developer
-
Git Pull Request:
This page details how to add custom certs in a LCP.json file
The best practice however is to use a secret and then reference the cert values with a @syntax like:
{ "key": "@ssl-key-encoded", "crt": "@ssl-crt-encoded" },
The documentation should reflect that this is the preferred way to add a custom cert