If you run req or ca they would support a -config parameter. Which would also be visible if you run openssl req -? or openssl ca -?. If you want to make it the actual default without exclusively specifying it you should check Correct location of openssl.cnf file. From the above link for the options of the req command:-config filename

Accessing OpenSSL source code via Git; Configuration . OpenSSL is configured for a particular platform with protocol and behavior options using Configure and config. You should avoid custom build systems because they often miss details, like each architecture and platform has a unique opensslconf.h and bn.h generated by Configure. macos sierra - How Do I Point OpenSSL to my Custom Config If you run req or ca they would support a -config parameter. Which would also be visible if you run openssl req -? or openssl ca -?. If you want to make it the actual default without exclusively specifying it you should check Correct location of openssl.cnf file. From the above link for the options of the req command:-config filename OpenSSL Quick Reference Guide | DigiCert.com Mar 01, 2016 How to create multidomain certificates using config files

/docs/man1.0.2/man5/config.html - OpenSSL

Oct 31, 2012 openssl_no_config(3) - Linux man page OPENSSL_config() configures OpenSSL using the standard openssl.cnf configuration file name using config_name.If config_name is NULL then the default name openssl_conf will be used. Any errors are ignored. Further calls to OPENSSL_config() will have no effect. The configuration file format is documented in the conf(5) manual page.. OPENSSL_no_config() disables configuration. Multi-Domain SSL Setup with "Subject Alternative Names"

OpenKM 6.4

# # OpenSSL example configuration file. # This is mostly being used for generation of certificate requests. # # This definition stops the following lines choking if HOME isn't # defined. $ touch myserver.key $ chmod 600 myserver.key $ openssl req -new -config myserver.cnf -keyout myserver.key -out myserver.csr This will create a 2048-bit RSA key pair, store the private key in the file myserver.key and write the CSR to the file myserver.csr. The private key is stored with no passphrase. x509v3_config - X509 V3 certificate extension configuration format Description. Several of the OpenSSL utilities can add extensions to a certificate or certificate request based on the contents of a configuration file. Typically the application will contain an option to point to an extension section. Each line of the extension section takes the C:\OpenSSL\bin\openssl.exe req -new -key site-file.key -config "C:\OpenSSL\openssl.cnf" -out site-file.csr. On some platforms, theopenssl.cnf file that OpenSSL reads by default to create the CSR is not the right one or does not exist. In that case download ours and store it in C:\OpenSSL\openssl.cnf: Sep 06, 2018 · openssl config failed: error:02001003 when building SharePoint Framework (SPFx) web part Problem When building SharePoint Framework (SPFx) web part, you get errors related to openssl, such as Create a CSR using OpenSSL & install your SSL certificate on your Apache server. Use the instructions on this page to use OpenSSL to create your certificate signing request (CSR) and then to install your SSL certificate on your Apache server.