Overview for cert

Overview for cert#

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 for a key pair.

cert.csr.show

Shows details of a CSR.

cert.key.create

Creates a rsa or ec key pair.

cert.key.decrypt

Decrypts a private key file.

cert.key.encrypt

Encrypts a private key file with AES256.

cert.key.public

Prints the public key.

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.pubkey

Shows the public key of a x509 certificate.

cert.x509.show

Shows details of a x509 certificate.