Is there any way to make openssl skip hints like
Country Name (2 letter code) [US]: Organization Name (eg, company) [My Company Name LTD.]: Common Name (eg, YOUR name) [something]:
When creating certificates with
openssl req -config openssl.cnf -new -x509 ...
given the fact that these parameters are presented in the openssl.cnf file
eg.
countryName = Country Name (2 letter code) countryName_default = US countryName_min = 2 countryName_max = 2 0.organizationName = Organization Name (eg, company) 0.organizationName_default = My Company Name LTD. commonName = Common Name (eg, YOUR name) commonName_max = 64 commonName_default = ${ENV::CN}
openssl
Tzury Bar Yochay Nov 10 '11 at 5:13 2011-11-10 05:13
source share