Merge pull request #710 from nvllsvm/autodetect

Enable cert bundle autodetction by default
This commit is contained in:
Izzie Walton 2024-06-22 16:50:16 -04:00 committed by GitHub
commit 3ce21e0c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@
"value": "autodetectCertBundle",
"display_name": "Auto-Detect Certificate Bundle",
"help": "Allows use of system certificates for TLS.",
"default": false,
"default": true,
"platforms": [ "linux" ]
},
{