This file is indexed.

/etc/digidocpp/digidocpp.conf is in libdigidocpp-common 0.3.0-0ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="UTF-8"?>
<!--Set location of this file to BDOCLIB_CONF_XML environment variable-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema/conf.xsd">
    <!--algorithm to use for digest calculation when creating new Bdoc
        see http://www.ietf.org/rfc/rfc4051.txt-->
    <!--<param name="digest.uri">http://www.w3.org/2000/09/xmldsig#sha1</param>-->
    <param name="digest.uri">http://www.w3.org/2001/04/xmlenc#sha256</param>
    <!--pkcs11 driver location-->
    <param name="pkcs11.driver.path">opensc-pkcs11.so</param>
    <!--Trusted CA certs in PEM format-->
    <param name="cert.store.path">certs</param>
    <param name="manifest.xsd.path">schema/OpenDocument_manifest.xsd</param>
    <param name="xades.xsd.path">schema/XAdES.xsd</param>
    <param name="dsig.xsd.path">schema/xmldsig-core-schema.xsd</param>
    <!--<param name="proxy.host"></param>-->
    <!--<param name="proxy.port"></param>-->
    <!--<param name="proxy.user"></param>-->
    <!--<param name="proxy.pass"></param>-->
    <!--<param name="pkcs12.cert"></param>-->
    <!--<param name="pkcs12.pass"></param>-->

    <!-- OCSP responder url. Used for validating signing certificates and generating BDoc-TM signatures-->
    <ocsp issuer="ESTEID-SK">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/ESTEID-SK OCSP 2005.crt</cert>
    </ocsp>
    <ocsp issuer="ESTEID-SK 2007">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/ESTEID-SK 2007 OCSP 2010.crt</cert>
    </ocsp>
    <ocsp issuer="EID-SK">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/EID-SK OCSP 2006.crt</cert>
    </ocsp>
    <ocsp issuer="EID-SK 2007">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/EID-SK 2007 OCSP 2010.crt</cert>
    </ocsp>
    <ocsp issuer="KLASS3-SK">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/KLASS3-SK OCSP 2009.crt</cert>
    </ocsp>
    <ocsp issuer="KLASS3-SK 2010">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/KLASS3-SK 2010 OCSP.crt</cert>
    </ocsp>
    <ocsp issuer="EID-SK OCSP">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/EID-SK OCSP.crt</cert>
    </ocsp>
    <ocsp issuer="ESTEID-SK OCSP">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/ESTEID-SK OCSP.crt</cert>
    </ocsp>
    <ocsp issuer="KLASS3-SK OCSP">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/KLASS3-SK OCSP.crt</cert>
    </ocsp>
    <ocsp issuer="KLASS3-SK OCSP 2006">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/KLASS3-SK OCSP 2006.crt</cert>
    </ocsp>
    <ocsp issuer="SK OCSP 2011">
        <url>http://ocsp.sk.ee</url>
        <cert>certs/SK OCSP 2011.crt</cert>
    </ocsp>
    <ocsp issuer="TEST-SK">
        <url>http://www.openxades.org/cgi-bin/ocsp.cgi</url>
        <cert>certs/TEST-SK OCSP 2005.crt</cert>
    </ocsp>
</configuration>