|
|
@@ -79,6 +79,12 @@ ConfigVariableFilename ca_bundle_filename
|
|
|
"ca-bundle.crt is included in the OpenSSL distribution, and "
|
|
|
"is also included with Panda."));
|
|
|
|
|
|
+ConfigVariableList ssl_certificates
|
|
|
+("ssl-certificates",
|
|
|
+ PRC_DESC("This variable lists additional filenames, on top of the file "
|
|
|
+ "named by ca-bundle-filename, that contain trusted SSL "
|
|
|
+ "certificates or certificate authorities."));
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: init_libexpress
|
|
|
// Description: Initializes the library. This must be called at
|