Certificate Generator
Go to file
Frank Bischof 385a96a23b Menu did not show up when not submitting a domain 2023-01-12 13:14:21 +01:00
README.md Updated description 2022-12-29 09:39:26 +01:00
certgen.sh Menu did not show up when not submitting a domain 2023-01-12 13:14:21 +01:00

README.md

Certificate Generator

Howto

certgen {domain.tld} [domain.config]

Description

  1. Create self signed certificate

Create a self signed certificate in a simple step.

  1. Create CSR

Create a CSR file.

  1. Create PFX file

Create a PFX file from a CRT, KEY and CHAIN.

  1. Extract PFX to CRT/KEY

Extract CRT and KEY from a PFX file.

  1. Create CA-Bundle and PEM files

Create a CA-Bundle file and full chained PEM files.

  1. Remove password from KEY file

If a KEY file contains a password you can remove it here.

  1. Decode CSR

Show the content of a CSR file.

  1. Decode CRT

Show the content of a CRT file.

  1. Match CRT/KEY

Check if a CRT and KEY belong together.