The Certificates tab of the Managed Certificates page lists every certificate Signotaur has issued and is the place to issue new certificates, renew existing ones, and register code-signing certificates for use.

The table lists end-entity certificates (web and code-signing). The CA certificates that signed them are shown as expandable chain rows.
| Column | Description |
|---|---|
| Issued | When the certificate was issued. Click the row's arrow (▸) to expand its signing chain. |
| Type | A colour-coded badge: Root, Intermediate, WebServer, or CodeSigning. |
| Source | Where the certificate came from: Managed (Internal CA) or Managed (ADCS). |
| Subject | The certificate's subject distinguished name. |
| Thumbprint | The SHA-1 thumbprint, truncated; hover to see the full value. |
| Expires | An expiry badge, colour-coded by how close expiry is. |
| Status | Current, Replaced, or Revoked; see Certificate Status. |
| Actions | The operations available for the certificate; see Row Actions. |
End-entity certificates with a recorded signing chain have an expand arrow in the Issued column. Expanding a row shows the Intermediate CA and Root CA that signed the certificate as indented chain rows, so the full path from certificate to trust anchor is visible in place.
The actions available on a row depend on the certificate's type and status:
On an expanded chain row, the current Intermediate and Root CA certificates of the Internal CA offer the Renew Intermediate and Regenerate Root CA actions; see CA Maintenance below.
The Download action opens the Download Certificate dialog, listing every chain element the user might need. The contents depend on which row was clicked: the dialog shows the selected certificate plus every certificate above it in the chain (up to the root), but nothing below it. Every element appears as its own card with subject, thumbprint, expiry, and two download buttons: Download .cer (DER) and Download .crt (PEM).
Root row: the dialog shows just the root certificate.

Intermediate row: the dialog shows that intermediate, any further-up intermediates, and the root.

End-entity row (Code Signing / Web Server): the dialog shows the full chain: the end-entity certificate, its intermediates, and the root.

The downloaded file contains the public certificate only; no private key material is ever exported. Use .cer (binary DER) for Windows certificate-import dialogs and package registries such as nuget.org for publisher-key registration. Use .crt (base64 PEM) for text-friendly tools, OpenSSL pipelines, and Linux trust stores. Both files contain the same public certificate; the difference is the encoding. For platform-specific guidance on installing a root certificate as a trust anchor, see Trust Distribution.
Issue from Internal CA opens a dialog for issuing a certificate signed by the Internal CA. It shows the signing hierarchy (the Intermediate and Root that will sign the certificate) and the following fields:

localhost, the machine name and FQDN, the configured external hostname, and the subject are always included automatically.Fields are pre-filled from the Internal CA issuance defaults. Click Issue certificate to issue.
Issue from ADCS opens a dialog for issuing a certificate from Active Directory Certificate Services:

Fields are pre-filled from the ADCS issuance defaults. Click Issue certificate to issue.
The Renew action opens the Renew Certificate dialog. Renewal reissues the certificate while preserving its identity; subject, key size, and friendly name are carried across unchanged.

To change a certificate's subject, key size, or friendly name, issue a new certificate instead of renewing.
These actions appear on the expanded chain rows of Internal CA certificates.
Renew Intermediate creates a new Intermediate CA signed by the current Root. The active web certificate is reissued onto the new chain; existing end-entity certificates continue to use the previous Intermediate until they are themselves renewed. Clients that trust the Root require no action.

By default the saved Intermediate CA defaults are used. Tick Override default settings to set the subject, validity, key size, and PFX path for this renewal, and optionally Save as new defaults.
The action is unavailable when the Internal CA is disabled, the Root CA key is not accessible, or Offline Root mode is on without the Root present.
Regenerate Root CA rebuilds the entire hierarchy: a new Root and Intermediate.

Regenerating the Root is destructive and cannot be undone. Every certificate issued by the Internal CA chains to the old Root. Until the new Root is distributed and trusted, clients will reject the new certificates. The current Root, Intermediate, and web certificates are archived, and the new hierarchy is generated on the next service restart.
Because it is destructive, the dialog requires you to type a confirmation word before the action is enabled. As with Renew Intermediate, you can optionally override the Root defaults for this regeneration. After regenerating, distribute the new Root certificate to all clients; see Trust Distribution.