File: openssl.cnf

package info (click to toggle)
monkeysphere 0.31-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 692 kB
  • ctags: 73
  • sloc: sh: 1,408; perl: 867; makefile: 115
file content (26 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# OpenSSL configuration for the purposes of the monkeysphere test suite:

# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
RANDFILE = $ENV::HOME/.rnd

[ req ]
attributes = req_attributes
x509_extensions = monkeysphere_self_signed
distinguished_name = req_dn
attributes = req_attrs

[ monkeysphere_self_signed ]

# Just generate an X.509 cert that is for specific use as a TLS server
basicConstraints = CA:FALSE
keyUsage = digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
nsCertType = server

[ req_dn ]
commonName			= Common Name
commonName_max			= 64

[ req_attrs ]