~openerp-groupes/openobject-server/6.0-fix-setup-windows

3017.2.16 by P. Christeas
setup: The ssl certs should *not* be distributed.
1
# X.509 Certificate options
2
#
3
# DN options
4
5
# The organization of the subject.
6
organization = "Some organization."
7
8
# The organizational unit of the subject.
9
unit = "ERP dept."
10
11
# The locality of the subject.
12
# locality =
13
14
# The state of the certificate owner.
15
state = "State"
16
17
# The country of the subject. Two letter code.
18
country = BE
19
20
# The common name of the certificate owner.
21
cn = "Some company"
22
23
# A user id of the certificate owner.
24
#uid = "clauper"
25
26
# If the supported DN OIDs are not adequate you can set
27
# any OID here.
28
# For example set the X.520 Title and the X.520 Pseudonym
29
# by using OID and string pairs.
30
#dn_oid = "2.5.4.12" "Dr." "2.5.4.65" "jackal"
31
32
# This is deprecated and should not be used in new
33
# certificates.
34
# pkcs9_email = "none@none.org"
35
36
# The serial number of the certificate
37
serial = 001
38
39
# In how many days, counting from today, this certificate will expire.
40
expiration_days = 700
41
42
# X.509 v3 extensions
43
44
# A dnsname in case of a WWW server.
45
#dns_name = "www.none.org"
46
#dns_name = "www.morethanone.org"
47
48
# An IP address in case of a server.
49
#ip_address = "192.168.1.1"
50
51
# An email in case of a person
52
email = "none@none.org"
53
54
# An URL that has CRLs (certificate revocation lists)
55
# available. Needed in CA certificates.
56
#crl_dist_points = "http://www.getcrl.crl/getcrl/"
57
58
# Whether this is a CA certificate or not
59
#ca
60
61
# Whether this certificate will be used for a TLS client
62
#tls_www_client
63
64
# Whether this certificate will be used for a TLS server
65
tls_www_server
66
67
# Whether this certificate will be used to sign data (needed
68
# in TLS DHE ciphersuites).
69
#signing_key
70
71
# Whether this certificate will be used to encrypt data (needed
72
# in TLS RSA ciphersuites). Note that it is prefered to use different
73
# keys for encryption and signing.
74
encryption_key
75
76
# Whether this key will be used to sign other certificates.
77
#cert_signing_key
78
79
# Whether this key will be used to sign CRLs.
80
#crl_signing_key
81
82
# Whether this key will be used to sign code.
83
#code_signing_key
84
85
# Whether this key will be used to sign OCSP data.
86
#ocsp_signing_key
87
88
# Whether this key will be used for time stamping.
89
#time_stamping_key