https://github.com/openssl/openssl
Raw File
Tip revision: d4e4bd2a8163f355fa8a3884077eaec7adc75ff7 authored by Matt Caswell on 27 March 2018, 13:50:36 UTC
Prepare for 1.1.0h release
Tip revision: d4e4bd2
CAssdh.cnf
#
# SSLeay example configuration file.
# This is mostly being used for generation of certificate requests.
#
# hacked by iang to do DH certs - CA

RANDFILE              = ./.rnd

####################################################################
[ req ]
distinguished_name    = req_distinguished_name
encrypt_rsa_key               = no

[ req_distinguished_name ]
countryName                   = Country Name (2 letter code)
countryName_default           = CU
countryName_value             = CU

organizationName              = Organization Name (eg, company)
organizationName_value                = La Junta de la Revolucion

commonName                    = Common Name (eg, YOUR name)
commonName_value              = Junta

back to top