18 lines
526 B
INI
18 lines
526 B
INI
# This definition stops the following lines choking if HOME isn't
|
|
# defined.
|
|
HOME = .
|
|
RANDFILE = $ENV::HOME/.rnd
|
|
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
string_mask = utf8only
|
|
prompt = no
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = UK
|
|
stateOrProvinceName = Kent
|
|
localityName = Herne Bay
|
|
0.organizationName = Captain ALM
|
|
commonName = Secure Boot Platform
|
|
emailAddress = alfred@captainalm.com
|
|
|