Certificates Directive

Nested Elements

Element Occurance Description
x509 0..n The descriptor for X.509 certificate. One element is required for each certificate.
pkcs7 0..n The action descriptor.

Description

A set of digital certificate references.

Example XML

    <certificates>
      <x509 href="http://niclas.hedhman.org/certs/signature.x509" />
      <pkcs7 href="http://niclas.hedhman.org/certs/signature.cert" />
    </certificates>