Architecture: {{ arch_services.arch }}
All certificates (.zip): downloadCertificates by issuer
{% for iss in arch_services.certs_by_issuer %} {% endfor %}Download PKCS #12 (.pfx) bundles
Choose a certificate label that you want to download together with its issuance chain and private key. You can optionally set a passphrase.
{% else %}[PKCS #12 support is unavailable.]
{% endif %}Time stamping
{% if arch_services.tsa %}-
{% for tsa in arch_services.tsa %}
- {{ tsa.label }} {% endfor %}
No TSA services
{% endif %}OCSP
{% if arch_services.ocsp %}-
{% for ocsp in arch_services.ocsp %}
- {{ ocsp.label }} {% endfor %}
No OCSP services
{% endif %}CRL
{% if arch_services.crl %}-
{% for crl in arch_services.crl %}
- {{ crl.label }} (latest) {% endfor %}
No CRL repositories
{% endif %}Certificate repositories
{% if arch_services.cert_repo %}-
{% for repo in arch_services.cert_repo %}
- {{ repo.label }} (CA cert{% if repo.publish_issued_certs %}; issued certs available{% endif %}) {% endfor %}
No certificate repositories
{% endif %}