Gibt es eine Möglichkeit, openssl dazu zu bringen, die Eingabeaufforderungen wie z
Country Name (2 letter code) [US]:
Organization Name (eg, company) [My Company Name LTD.]:
Common Name (eg, YOUR name) [something]:
Beim Erstellen von Zertifikaten mit
openssl req -config openssl.cnf -new -x509 ...
Angesichts der Tatsache, dass diese Parameter in der openssl.cnf
Datei angegeben sind
z.B
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}