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