rpm: assign a real shell to user monkeysphere
[monkeysphere.git] / tests / openssl.cnf
1 # OpenSSL configuration for the purposes of the monkeysphere test suite:
2
3 # This definition stops the following lines choking if HOME isn't
4 # defined.
5 HOME = .
6 RANDFILE = $ENV::HOME/.rnd
7
8 [ req ]
9 attributes = req_attributes
10 x509_extensions = monkeysphere_self_signed
11 distinguished_name = req_dn
12 attributes = req_attrs
13
14 [ monkeysphere_self_signed ]
15
16 # Just generate an X.509 cert that is for specific use as a TLS server
17 basicConstraints = CA:FALSE
18 keyUsage = digitalSignature, keyEncipherment
19 extendedKeyUsage = serverAuth
20 nsCertType = server
21
22 [ req_dn ]
23 commonName                      = Common Name
24 commonName_max                  = 64
25
26 [ req_attrs ]