The Certificates page in the Admin section of Signotaur allows administrators to manage certificates used by the Signotaur client for code-signing.

A sortable, filterable table displays all registered code-signing certificates and can be searched by alias, label, or subject.
RSA (2048 bits), ECDSA (256 bits)).For background on code-signing certificates (accepted certificate types, supported public-key algorithms and key sizes, minimum RSA key size for publicly-trusted certificates, and the certificate sources Signotaur supports) see Code Signing Certificates.
To add a certificate, click Register a certificate. A dialog will open where you can enter certificate details.

Signotaur supports four certificate sources, each accessible via its own tab:
Click each heading for more details on adding each certificate type.
The Managed tab requires an Enterprise license. Without one the tab is still shown but disabled. Add one on the Licenses page to use this tab." The File, Store, and Hardware tabs stay enabled in every edition. See Editions & Licensing.
A registered code-signing certificate is replaced when the managed certificate behind it has been renewed and a newer certificate has taken its place. A replaced registration is marked with an amber clock icon in the Alias column; the tooltip names the replacement and, when auto-unregister is enabled, the date the old registration will be automatically disabled or removed.
To edit a certificate's alias or label, click the Edit button next to the certificate entry.
In the dialog which opens, you can modify:

When editing a certificate's label, the dialog displays warnings if other certificates share the same label:
Note: Label matching is case-insensitive ("Production" matches "production").
Labels provide a user-friendly way to select certificates in the SignotaurTool CLI without needing to update scripts when renewing certificates.
Benefits:
--label production instead of updating thumbprints after renewalExample Workflow:
--label productionSee Sign Command - Certificate Selection for CLI usage.
To enable or disable a certificate for signing, toggle the checkbox in the Enabled column of the certificates table.
To view a certificate's thumbprint, click the Show Thumbprint button next to its entry. A dialog will open where you can view and copy the thumbprint.
To download the certificate's public key, click the Download button next to its entry. The Download Certificate dialog opens and lists every element of the certificate's chain: the leaf certificate, each intermediate CA (numbered Intermediate CA, Intermediate CA 2… when more than one is present), and the root CA. Each element has its own card showing the subject, thumbprint, and expiry, with two download buttons: Download .cer (DER) and Download .crt (PEM).

.cer (binary DER) when the consuming tool expects the Windows-native form: Windows certificate-import dialogs, AppLocker publisher rules, 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.
To assign certificates to users, click the Assign User Access button next to the certificate entry.
In the dialog which opens, use the dropdown to select one or more non-admin users to assign the certificate to, then click Save.

Note: Only non-admin users can be assigned this way, as admin users automatically have access to all certificates.
PKCS#11 certificate passwords can expire. To update the registered password for a certificate, click the Update Password button next to the certificate entry.
In the dialog which opens, enter the password and a password confirmation, then click Save.

Note: Passwords can only be updated for PKCS#11 certificates.
To delete a certificate, click the Delete button next to its entry, then confirm to permanently remove it.