You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/codefresh-on-prem.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -681,27 +681,43 @@ mongo:
681
681
682
682
#### MongoDB with Mutual TLS
683
683
684
-
Codefresh supports enabling SSL/TLS between cf microservices and MongoDB. To enable this option specify in `config.yaml` the following parameters:<br />
684
+
>The option available in kcfi **v0.5.10**
685
+
686
+
Codefresh supports enabling SSL/TLS between cf microservices and MongoDB. To enable this option specify in `config.yaml` the following parameters:
687
+
685
688
`global.mongoTLS:true` <br />
686
-
`global.mongoCaCert`- CA certificate(base64 encoded) <br />
687
-
`global.mongoCaKey`- CA certificate private key(base64 encoded)
689
+
`global.mongoCaCert`- CA certificatefile path (in kcfi init directory) <br />
690
+
`global.mongoCaKey`- CA certificate private keyfile path (in kcfi init directory)