...
<Certificate>
- path to the PEM or DER encoded certificate<CRL>
- path to the PEM or DER encoded CRL
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<ValidationInfo verifyDepth="5" xsi:type="PKIXFilesystem" xmlns="urn:mace:shibboleth:2.0:security"> <Certificate>/path/to/trusted/cert1</Certificate> <Certificate>/path/to/trusted/cert2</Certificate> <CRL>/path/to/trusted/crl</CRL> </ValidationInfo> |
...
<Certificate>
- PEM encoded certificate<CRL>
- PEM encoded CRL
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<ValidationInfo verifyDepth="5" xsi:type="PKIXInline" xmlns="urn:mace:shibboleth:2.0:security"> <Certificate>... PEM ENCODED CERT ...</Certificate> <Certificate>... PEM ENCODED CERT ...</Certificate> <CRL>... PEM ENCODED CRL ...</CRL> </ValidationInfo> |