forked from aditosoftware/nodepki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.yml
75 lines (68 loc) · 1.9 KB
/
config.default.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
###
### Server config: IP-Address and port to listen to.
###
server:
# E.g.: 0.0.0.0
ip: CA_API_SERVER_BIND_IP_ADDRESS
http:
# E.g.: ca.adito.local
domain: CA_API_SERVER_URL
# E.g.: 8080
port: CA_API_SERVER_PLAIN_PORT
ocsp:
# E.g.: ca.adito.local
domain: CA_OSCP_SERVER_URL
# E.g.: 2560
port: CA_OSCP_SERVER_PORT
###
### CA config: Passphrase for CA Key
###
ca:
root:
# E.g.: uDaMhCfFVcPJxZgkctKxKE2vYrwYHEnhcp
passphrase: ROOT_PASSPHRASE
# E.g.: 3650
days: CA_CERT_EXPIRE_IN_DAYS
# E.g.: DE
country: COUNTRY_CODE
# E.g.: Bavaria
state: STATE_NAME
# E.g.: Geisenhausen
locality: LOCALITY_NAME
# E.g.: ADITO Software GmbH
organization: ORGANIZATION_NAME
# E.g.: Root CA ADITO
commonname: ROOT_CA_COMMON_NAME
intermediate:
# E.g.: 4vhsDBWtnTXuUsQEBTSxZRKvAj2dKcn
passphrase: INTERMEDIATE_PASSPHRASE
# E.g.: 3650
days: CA_CERT_EXPIRE_IN_DAYS
# E.g.: DE
country: COUNTRY_CODE
# E.g.: Bavaria
state: STATE_NAME
# E.g.: Geisenhausen
locality: LOCALITY_NAME
# E.g.: ADITO Software GmbH
organization: ORGANIZATION_NAME
# E.g.: Intermediate CA ADITO
commonname: INTERMEDIATE_CA_COMMON_NAME
ocsp:
# E.g.: gpCnCFZuraQYtQaQNWs4apWK2W
passphrase: OCSP_PASSPHRASE
# E.g.: DE
country: COUNTRY_CODE
# E.g.: http://ca.adito.local:2560
url: CA_OSCP_SERVER_HTTP_URL
crl:
# E.g.: http://ca.adito.local:8080/public/ca/intermediate/crl
url: CA_CRL_SERVER_HTTP_URL
###
### Settings for end user certificates
###
cert:
# E.g.: 1
lifetime_default: CERT_MIN_LIFETIME_IN_DAYS
# E.g.: 365
lifetime_max: CERT_MAX_LIFETIME_IN_DAYS