3 <log_config>/etc/openxpki/instances/trustcenter1/log.conf</log_config>
6 <group>openxpki</group>
7 <socket_file>/var/openxpki/openxpki.socket</socket_file>
8 <pid_file>/var/run/openxpkid.pid</pid_file>
9 <session_dir>/var/openxpki/session</session_dir>
10 <connection_timeout>120</connection_timeout>
11 <session_lifetime>1200</session_lifetime>
12 <stderr>/var/openxpki/stderr.log</stderr>
13 <tmpdir>/var/tmp</tmpdir>
14 <transport>Simple</transport>
15 <service>Default</service>
16 <service>SCEP</service>
19 <locale_directory>/usr/share/locale</locale_directory>
20 <default_language>C</default_language>
24 <dir>/var/openxpki/dataexchange/export</dir>
27 <dir>/var/openxpki/dataexchange/import</dir>
31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="database.xml"/>
32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="log_database.xml"/>
33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="token.xml"/>
34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notification.xml"/>
39 <pki_realm name="I18N_OPENXPKI_DEPLOYMENT_TEST_DUMMY_CA" id="I18N_OPENXPKI_DEPLOYMENT_TEST_DUMMY_CA">
41 <!-- default token (used for general crypto operations not requiring
42 private key operations) -->
43 <token super="common/token_config/token{default}"/>
46 <group id="default" label="I18N_OPENXPKI_CONFIG_DEFAULT_SECRET_AUTHENTICATION_GROUP">
48 <total_shares>1</total_shares>
50 <!-- alternatively use one of the following methods:
51 <method id="literal">password</method>
52 Literal password in the configuration file, not recommended
56 <total_shares>3</total_shares>
58 Shamir's secret splitting, three passphrase shares, three
59 required to unlock the secret.
62 <total_shares>5</total_shares>
63 <required_shares>3</required_shares>
65 Shamir's secret splitting, five passphrase shares, any three
66 required to unlock the secret.
70 <usage_count>-1</usage_count>
75 <notifier>rt1</notifier>
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/>
79 <!-- LDAP addition -->
80 <!-- WARNING: keep "ldap_enable" set to "no" to avoid surprises -->
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ldappublic.xml"/>
82 <!-- end of LDAP addition -->
85 <!-- Issuing CAs defined for this realm -->
86 <!-- 'id' is the internal CA identifier -->
87 <ca id="testdummyca1">
88 <token super="common/token_config/token{testdummyca1}"/>
91 <alias>testdummyca1</alias>
92 <realm>I18N_OPENXPKI_DEPLOYMENT_TEST_DUMMY_CA</realm>
96 <filename>/etc/openxpki/instances/trustcenter1/ca/testdummyca1/crl.pem</filename>
106 <search_dn></search_dn>
109 <!-- if you do not want to use bind authentication, you can
110 use SASL as well (Authen::SASL is required for that to work)
112 as sasl_mechanism, you can for example configure DIGEST-MD5 for
115 Also note that configuring a hostname (not an IP) is required
123 <search_dn></search_dn>
125 <sasl_mechanism></sasl_mechanism>
126 <sasl_user></sasl_user>
127 <sasl_pass></sasl_pass>
132 <ca id="testdummyca2">
133 <token super="common/token_config/token{testdummyca2}"/>
136 <alias>testdummyca2</alias>
137 <realm>I18N_OPENXPKI_DEPLOYMENT_TEST_DUMMY_CA</realm>
141 <filename>/etc/openxpki/instances/trustcenter1/ca/testdummyca2/crl.pem</filename>
151 <search_dn></search_dn>
154 <!-- if you do not want to use bind authentication, you can
155 use SASL as well (Authen::SASL is required for that to work)
157 as sasl_mechanism, you can for example configure DIGEST-MD5 for
160 Also note that configuring a hostname (not an IP) is required
168 <search_dn></search_dn>
170 <sasl_mechanism></sasl_mechanism>
171 <sasl_user></sasl_user>
172 <sasl_pass></sasl_pass>
178 <!-- Subsystems defined for this realm -->
179 <!-- 'id' is the subsystem identifier -->
180 <scep id="testscepserver1">
182 <alias>testscepserver1</alias>
183 <realm>I18N_OPENXPKI_DEPLOYMENT_TEST_DUMMY_CA</realm>
185 <token super="common/token_config/token{testscepserver1}"/>
187 <pkcs7 id="testsceppkcs7tool1">
188 <token super="common/token_config/token{testsceppkcs7tool1}"/>
190 <createjavakeystore id="testcreatejavakeystore">
191 <token super="common/token_config/token{testcreatejavakeystore}"/>
192 </createjavakeystore>
193 <password_safe id="passwordsafe1">
195 <alias>passwordsafe1</alias>
196 <realm>I18N_OPENXPKI_DEPLOYMENT_TEST_DUMMY_CA</realm>
198 <token super="common/token_config/token{passwordsafe1}"/>
202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="auth.xml"/>
203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="workflow.xml"/>