18 lines
536 B
Plaintext
18 lines
536 B
Plaintext
|
# 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 Signature Database
|
||
|
emailAddress = alfred@captainalm.com
|
||
|
|