
What it is
You choose a CA, optionally apply a template, fill in the subject and SANs, pick a key algorithm and validity, and TigerTrust handles the rest — talking to the CA, storing the certificate, recording the issuance in the audit log, and optionally queuing deployment.When to use it
- Issue a new TLS certificate for a service that is being launched.
- Issue a client authentication certificate for a service account or user.
- Issue a code-signing certificate for a release pipeline.
- Issue from your internal CA with HSM-backed keys for critical infrastructure.
Set it up
Select a CA
Choose from your connected CAs (internal PKI, Let’s Encrypt, DigiCert, and others). The form adapts to the CA’s capabilities.
Apply a template (optional)
Select a certificate template from the dropdown. It pre-fills the key algorithm, key size, key usage extensions, and validity. You can override pre-filled values unless the template locks them.
Fill in the subject
Enter the common name and any subject alternative names (DNS, IP, email). The form validates SANs against active policies as you type.
Configure the key
Choose RSA, ECDSA, or ED25519 and the appropriate size. For the highest assurance, upload a CSR instead — this keeps the private key on your side and TigerTrust only signs the public key.
Set options
Enable Auto-renewal to have the certificate renewed automatically before expiry. Assign an owning identity if this certificate belongs to a specific service account or IoT device.
What you’ll see
On success, the certificate detail panel opens with the PEM, chain, serial number, and validity dates. If the platform generated the private key, a Download private key button is visible for a one-time download. The new certificate appears immediately in Certificates with statusactive and its source recorded as the issuing CA type.
Bring-your-own CSR
Toggle Upload CSR in the wizard (or passcsr in the API) to bring a pre-generated certificate signing request. TigerTrust signs the public key from the CSR and returns only the certificate and chain — the private key stays on your side.
Common built-in templates
| Template | Key usage | Extended key usage | Typical validity |
|---|---|---|---|
| Web server | digitalSignature, keyEncipherment | serverAuth | 90 days |
| Client auth | digitalSignature | clientAuth | 365 days |
| Code signing | digitalSignature | codeSigning | 365 days |
| digitalSignature, keyEncipherment | emailProtection | 365 days |
Related
Certificate authorities
Connect Let’s Encrypt, DigiCert, ADCS, or an internal CA.
Certificate templates
Encode policy-compliant defaults for repeat issuance.
PKI Core
The internal CA that powers internal issuance.