blob: 8eab21d3cfb49f3d7c24ff7f58a90de6ee3f9bf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Use with the following command
# $ openssl req -new -x509 -outform DER -out self-signed-with-ku.pem \
# -newkey rsa -keyout self-signed-with-ku.key -nodes \
# -config with-ku.conf -set_serial 888 -extensions v3_ca
#
[ req ]
default_bits = 1024
distinguished_name = req_distinguished_name
x509_extensions = v3_ca
dirstring_type = nobmp
[ req_distinguished_name ]
commonName = Common Name
commonName_max = 64
[ v3_ca ]
keyUsage=keyCertSign,digitalSignature
|