The My Certificates page in the Profile section of Signotaur allows you to view a list of certificates which are assigned to you.

The table is sortable and filterable, and can be searched by alias or subject. Its columns are the same as on the admin Signing Certificates page.
RSA (3072 bits).Each row ends with two buttons: Show thumbprint, covered in Viewing a Thumbprint, and Download public certificate, covered in Downloading the Public Certificate.
For a certificate Signotaur issued and manages, this column shows the issuing source, Internal CA or ADCS, with a landmark icon beside it. These certificates are renewed automatically before they expire.
For any other certificate it shows how the certificate is stored on the server: PFX for an uploaded file, PKCS11 for a hardware token or HSM, and UserStore or SystemStore for the Windows certificate store. A managed certificate is stored as a PFX too, so the source is shown in preference to the storage kind.
The Expires date changes colour as expiry approaches, and hovering shows the remaining time in words.
| Time to expiry | How it appears |
|---|---|
| More than 21 days | Plain text |
| 21 days or fewer | Amber, with a warning triangle |
| 10 days or fewer | Orange, with a warning triangle |
| 4 days or fewer | Red, with a warning circle |
| Already expired | Struck through and greyed, with a red warning circle |
Expired entries are dimmed and cannot be used for signing. Ask an administrator to renew or replace one.
Enabled is read-only on this page: a green tick means the certificate is available for signing, and a red cross means it is not. Only an administrator can change it.
A red padlock beside the tick means signing has been blocked because an invalid or expired PIN was used, which stops a hardware token being locked out for good. Hovering shows how many times it happened. An administrator has to update the password before the certificate can be used again.
An amber clock icon beside the alias means the managed certificate behind your registration has been renewed, so your registration points at a superseded certificate. Hovering explains what to do:
Replaced — the underlying managed certificate has been renewed. Ask an administrator to register the replacement so you can keep signing with a current certificate.
Where automatic cleanup is enabled, the same tooltip also gives the date this registration will be disabled and then deleted. An administrator controls the schedule; see Renewal and Retention.
An orange warning triangle beside a label means more than one active certificate shares it. Signing by that label still works: Signotaur uses the enabled, unexpired certificate with the latest expiry date. The warning matters because which certificate that is can change as certificates are renewed. Hovering shows:
Warning: Multiple active certificates share this label. Ask an administrator to update the label or disable other certificates to remove this warning.
Each certificate shows a Purpose column with one small badge per purpose, Code for code signing and Doc for document signing. Hovering shows the full names. A Filter by certificate purpose control above the table narrows the list to All purposes, Code Signing or Document Signing.
The badges and the filter read exactly as they do on the admin Signing Certificates page.
The Purpose column and the purpose filter appear only when the server has an Enterprise licence, which is what permits document signing. On a Standard server every certificate is a code-signing one, so the column is omitted. See Editions & Licensing.
To view a certificate's thumbprint, click Show Thumbprint next to its entry. A dialog will open where you can view and copy the thumbprint.
![]()
To download a 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 PEM (Base64 text, saved as .crt) and Download DER (binary, saved as .cer).

.pem); Download P7B writes them as a PKCS#7 certificate set (.p7b), which Windows imports in one step. Both hold public certificates only.