Certificate Generator
Go to file
Frank Bischof 4800466f7e Bugfixes for #5 2023-06-02 10:03:35 +02:00
README.md Updated README 2023-05-15 16:30:06 +02:00
certgen.sh Bugfixes for #5 2023-06-02 10:03:35 +02:00

README.md

Certificate Generator

Howto

./certgen

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.