author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
1 [ req ]
2 default_bits = 1024
3 default_keyfile = privkey.pem
4 distinguished_name = req_distinguished_name
5 attributes = req_attributes
6 prompt = no
8 [ req_distinguished_name ]
9 countryName = uk
10 localityName = cambridge
11 organizationalUnitName = symbian
12 commonName = security team
13 emailAddress = spam@symbian.com
14 unstructuredName = security team @ cambridge
16 [ req_attributes ]