Certificate
Access to Certificate store
ποΈ Create certificate
Signs a CSR with a key. Output is a valid x509 Certificate. (Rest-API License)
ποΈ Create self-signed certificate
Creates and attaches a self-signed certificate to the keypair. For example, this can be used to create a Certificate Authority. (Rest-API License)
ποΈ Rollover self-signed certificate
Rollover and attaches a self-signed certificate to the keypair. For example, this can be used to create a Certificate Authority. (Rest-API License)
ποΈ Rollover CSR
Rollover certificate signing request (CSR) for provided key.
ποΈ Create a CSR
Creates a certificate signing request (CSR) (as Json) to be signed by a Root or Intermediate-CA. (Rest-API License)
ποΈ Create CSR files
Creates a certificate signing request (CSR) (as file download) to be signed by a Root or Intermediate-CA.(Rest-API License)
ποΈ Create certificate (SKA)
Signs a CSR with a ska-key to generate a valid x509 certificate. (TsbEngine License)
ποΈ Create self-signed certificate (SKA)
Creates and attaches a self-signed certificate to the keypair. For example, this can be used to create a Certificate Authority. (TsbEngine License)
ποΈ Rollover self-signed certificate (SKA)
Rollover and attaches a self-signed certificate to the keypair. For example, this can be used to create a Certificate Authority. (TsbEngine License)
ποΈ Rollover and import new certificate
Rollover and import new certificate for provided key.
ποΈ Rollover CSR (SKA)
Rollover certificate signing request (CSR) for provided ska-key.
ποΈ Create a CSR (SKA)
Creates a request for certificate signing request (CSR) to be signed by a Root or Intermediate-CA. (TsbEngine License)
ποΈ List all certificates
List all certificates in the keystore, in human-readable format.
ποΈ Import a certificate.
Import a certificate to a given key. The certificate must be base64 encoded.
ποΈ Get certificate
Returns the certificate of a key
ποΈ Delete certificate
Deletes the certificate identified by the keyName from the HSM