+This directive exposes OpenSSL's SSL_CONF API to mod_ssl,
+allowing a flexible configuration of OpenSSL parameters without the need
+of implementing additional mod_ssl directives when new
+features are added to OpenSSL.
+
+The set of available SSLOpenSSLConfCmd commands
+depends on the OpenSSL version being used for mod_ssl
+(at least version 1.0.2 is required). For a list of supported command
+names, see the section Supported configuration file commands in the
+SSL_CONF_cmd(3) manual page for OpenSSL.
+
+Some of the SSLOpenSSLConfCmd commands can be used
+as an alternative to existing directives (such as
+SSLCipherSuite or
+SSLProtocol),
+though it should be noted that the syntax / allowable values for the parameters
+may sometimes differ.
+
+Examples
+
+SSLOpenSSLConfCmd Options -SessionTicket,ServerPreference
+SSLOpenSSLConfCmd ECDHParameters brainpoolP256r1
+SSLOpenSSLConfCmd ServerInfoFile /usr/local/apache2/conf/server-info.pem
+SSLOpenSSLConfCmd Protocol "-ALL, TLSv1.2"
+SSLOpenSSLConfCmd SignatureAlgorithms RSA+SHA384:ECDSA+SHA256
+
+
+
+