25 lines
804 B
Plaintext
25 lines
804 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 = CH
|
||
|
stateOrProvinceName = Zurich
|
||
|
localityName = Winterthur
|
||
|
0.organizationName = lordgizmo
|
||
|
commonName = Secure Boot Signing
|
||
|
emailAddress = m@nuth.ch
|
||
|
|
||
|
[ v3 ]
|
||
|
subjectKeyIdentifier = hash
|
||
|
authorityKeyIdentifier = keyid:always,issuer
|
||
|
basicConstraints = critical,CA:FALSE
|
||
|
extendedKeyUsage = codeSigning,1.3.6.1.4.1.311.10.3.6,1.3.6.1.4.1.2312.16.1.2
|
||
|
nsComment = "Secure Boot Signing"
|