26 lines
802 B
Plaintext
26 lines
802 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
|
||
|
x509_extensions = v3
|
||
|
string_mask = utf8only
|
||
|
prompt = no
|
||
|
|
||
|
[ req_distinguished_name ]
|
||
|
countryName = UK
|
||
|
stateOrProvinceName = Kent
|
||
|
localityName = Herne Bay
|
||
|
0.organizationName = Captain ALM
|
||
|
commonName = Secure Boot Signing
|
||
|
emailAddress = alfred@captainalm.com
|
||
|
|
||
|
[ v3 ]
|
||
|
subjectKeyIdentifier = hash
|
||
|
authorityKeyIdentifier = keyid:always,issuer
|
||
|
basicConstraints = critical,CA:FALSE
|
||
|
extendedKeyUsage = codeSigning,1.3.6.1.4.1.311.10.3.6
|
||
|
nsComment = "OpenSSL Generated Certificate"
|
||
|
|