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: src/DependencyInjection/Configuration.php
+13-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,19 @@ private function getConnectionsNode(): NodeDefinition
95
95
->end()
96
96
->scalarNode('ssl_verification')
97
97
->defaultNull()
98
-
->info('Set to true to enable SSL certificate verification and use the default CA bundle provided by operating system or provide the path to a CA bundle to enable verification using a custom certificate')
98
+
->info('Set to true to enable SSL certificate verification')
99
+
->end()
100
+
->scalarNode('ssl_ca')
101
+
->defaultNull()
102
+
->info('The Certificate Authority (CA) bundle to use')
0 commit comments