Signotaur's Internal CA issues certificates without depending on any external PKI. It is opt-in: it is enabled when you select the Internal CA as the web-certificate source in the installer, or turn it on from the Managed Certificates → Settings tab. Once enabled, the CA hierarchy is generated automatically. No manual key ceremony is required.
This guide covers the concepts behind the Internal CA. For the certificate hierarchy in general, see the Certificate Management overview; for delegating issuance to an existing enterprise CA instead, see the ADCS guide.
Issuing and renewing certificates from the Internal CA requires an Enterprise licence. Without one, managed renewals are skipped, an unlicensed bootstrap web certificate is capped at 90 days before reverting to self-signed, and managed code-signing certificates cannot be used for signing. Document signing needs the same Enterprise licence. See Managed CA Licensing and Editions & Licensing.
When the Internal CA is enabled, Signotaur generates its CA hierarchy automatically the first time it is actually needed: when the first certificate is issued from the Internal CA, when the renewal service touches an Intermediate, or when an operator issues, reissues or regenerates a CA by hand. Enabling the Internal CA on the Settings tab does not by itself materialise the Root or any Intermediate.
The hierarchy is:
Both are stored as password-protected .pfx files under %ProgramData%\VSoft\Signotaur\Server\CertificateManagement\. Each is generated once; on later restarts it is loaded from disk, not regenerated.
Because the Root is freshly generated and self-signed, client machines will not trust it until you distribute it; see Distributing the Root Certificate below.
Signotaur does not use a single shared Intermediate CA. Instead, one Root anchors several purpose-scoped Intermediate CAs, each allowed to issue only certain kinds of certificate.
A purpose-scoped intermediate is an Intermediate CA whose extended key usage (EKU) lists only the purposes it is meant to issue for. An EKU is the standard field that says what a certificate may be used for: server authentication (TLS), code signing, or document signing. Because a certificate can never be used for a purpose its issuing chain does not permit, an intermediate scoped to code signing cannot issue a TLS certificate even by mistake.
The purposes are:
Why this matters:
You do not have to plan the hierarchy in advance. When the first certificate of a purpose is issued and no eligible intermediate exists, Signotaur mints one automatically. You can also create intermediates explicitly, and disable one to pause issuance from it.
Issuance picks the intermediate for you. Signotaur selects an enabled intermediate that is eligible for the requested purpose. When more than one is eligible, the Issue dialog asks you to choose. Renewal is different: a renewed certificate is signed by the intermediate that signed the original, so a renewal never silently moves a certificate onto a different chain.
Intermediates are managed on the Intermediate CAs sub-tab; see the Internal CA settings tab.
The Internal CA is configured from the Internal CA tab of the Managed Certificates admin page. The defaults are suitable for most deployments.
The tab is divided into sub-tabs, documented in full on the Internal CA settings tab:
Issuance defaults do not alter a certificate that already exists. They are applied the next time the relevant certificate is generated or renewed.
In a conventional PKI the Root CA key is used rarely (only to sign Intermediate CAs) so it can be kept offline and protected far more aggressively than a key in daily use. Signotaur supports this through Offline Root mode.
When Offline Root mode is enabled:
.pfx file can be moved off the server to secure storage (for example, an encrypted offline volume or a safe)..pfx file is restored to its expected location.To add or reissue an intermediate while Offline Root mode is in use, temporarily restore the Root .pfx file, perform the action, then remove it again.
An Intermediate CA is reissued automatically when it comes within its renewal threshold (180 days before expiry by default), provided the Root CA is reachable. You can also reissue one on demand from the Intermediate CAs sub-tab.
When an intermediate is reissued:
Reissuing creates a new key. Existing certificates keep working, but any certificate you want on the new chain must be reissued. The served web certificate is reissued for you.
Regenerating the Root creates a brand-new Root and a new set of intermediates, replacing the entire hierarchy.
Regenerating the Root is destructive. Every certificate previously issued by the Internal CA chains to the old Root. Until the new Root certificate is distributed and trusted, clients will reject the new web certificate and signatures made with newly issued certificates. Only regenerate the Root when you genuinely intend to rebuild trust from scratch, for example after a suspected key compromise.
Because of this, the Regenerate Root CA action requires you to type a confirmation word before it will proceed. After regenerating, distribute the new Root certificate to every client machine.
By default the Validation Authority answers on your own network only. If signatures made with Internal CA certificates have to be validated outside it, Signotaur can copy the CRL and the issuer certificate to an external destination such as an SFTP server or an S3 bucket.
Only those two public files are copied. No private key ever leaves the server, and the OCSP responder stays on the local network. See Public Distribution.
A certificate policy is a short, standardised marker inside a certificate that says how thoroughly the subject's identity was checked before the certificate was issued. Someone who receives a signed file can read that marker, and follow an optional link to your own policy document, to judge how much the signature is worth.
Signotaur offers three non-qualified profiles from ETSI EN 319 411-1: LCP (a basic identity check), NCP (stronger proofing against authoritative records) and NCP+ (NCP proofing plus the key held on a secure device).
Two points are load-bearing:
These are self-asserted certificates. They are not qualified (eIDAS QES) certificates, they carry no external audit, and no public trust list includes them.
See Certificate Policy.
A certificate's subject can be more than a common name. When you issue a signing certificate from the Internal CA you can add a structured identity following ETSI EN 319 412: either a natural person (given name, surname or pseudonym, title) or a legal person (organisation and organisation identifier), plus country, locality and state, and email addresses as subject alternative names.
This matters when signed documents leave your organisation: a structured subject tells the recipient exactly who signed, in a form other tools can read. Everything beyond the common name is optional, and an untouched form still issues a simple common-name-only certificate exactly as before.
The organizationIdentifier field follows an ETSI scheme (for example VATGB-123456789). Signotaur checks the shape and shows an advisory note when it looks wrong, but never blocks issuance: whether the reference is genuine is a question for the official register, and that check belongs to your own registration process.
For clients to trust the web certificate and the signatures Signotaur produces, the Root CA certificate must be installed in their trusted-root store. The Root certificate (never the private key) can be downloaded from the Web Certificate page, which also provides step-by-step installation instructions for Windows, Linux, and macOS on its Trust Distribution tab.