Overview

Overview#

Function

Description

cert.bundle.show

Lists the certificates in a cert bundle file.

cert.bundle.split

Splits a cert bundle file.

cert.csr.create

Creates a CSR from a key pair.

cert.csr.pubkey

Shows the public key of a CSR.

cert.csr.pubkey.hash

Prints the sha256 hash of a public key of a CSR.

cert.csr.show

Shows details of a CSR.

cert.key.create

Creates a rsa, ec or ml-dsa key pair.

cert.key.decrypt

Decrypts a private key file.

cert.key.encrypt

Encrypts a private key file with AES256.

cert.key.info

Verify key consistency.

cert.key.public

Prints the public key.

cert.key.public.hash

Prints the sha256 hash of public key.

cert.key.public.verify

Verify public key consistency.

cert.key.verify

Verify key consistency.

cert.pkcs12.create

Creates a pkcs12 file with private key, certificate and optional chain.

cert.pkcs12.extract

Extracts the private key, certificate and chain from a pkcs12 file.

cert.x509.check

Checks if the certificate is issued for specific hostname and will not expire within next 7 days.

cert.x509.create

Creates a self signed certificate from a key pair.

cert.x509.pubkey

Shows the public key of a x509 certificate.

cert.x509.pubkey.hash

Prints the sha256 hash of the public key of a x509 certificate.

cert.x509.show

Shows details of a x509 certificate.