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)
📄️ 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)
📄️ 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