[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <security>
        <pki>
            <ca-profile>
                <revocation-check>
                    <crl>
                        <url>
                            <name>name</name> <!-- identifier -->
                            <password>password</password>
                        </url>
                    </crl>
                </revocation-check>
            </ca-profile>
        </pki>
    </security>
</configuration>

Description

No documentation is available yet.

Contents

<name>—URL of CRL distribution point for certificate authority.

<password>—Password for authentication with the server.


[Contents] [Prev] [Next] [Index] [Report an Error]