Implement kernel signing
This commit is contained in:
23
openssl.cnf
Normal file
23
openssl.cnf
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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 = US
|
||||
stateOrProvinceName = NC
|
||||
0.organizationName = wunker-bunker
|
||||
commonName = Wunker Bunker
|
||||
emailAddress = gmpinder@gmail.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"
|
||||
Reference in New Issue
Block a user