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 certificates and can be searched by alias, label, or subject.
To add a certificate, click Add New Certificate. A dialog will open where you can enter certificate details.

Signotaur supports three certificate types, each accessible via its own tab:
Click each heading for more details on adding each certificate type.
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 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.