We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efd72a commit 7e9b6c3Copy full SHA for 7e9b6c3
.features/pending/custom-sso-ca-configuration.md
@@ -22,12 +22,5 @@ sso:
22
-----END CERTIFICATE-----
23
```
24
25
-#### File path reference
26
-```yaml
27
-sso:
28
- # Custom CA certificate file name
29
- rootCAFile: /etc/ssl/certs/custom-ca.pem
30
-```
31
-
32
-The system will automatically use certificates mounted to `/etc/ssl/certs` without additional configuration.
+The system will automatically use certificates configured with SSL_CERT_DIR, and SSL_CERT_FILE for non macOS environments.
33
For production environments, always use proper CA certificates instead of skipping TLS verification.
0 commit comments