Certificate Generator
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Frank Bischof 385a96a23b Menu did not show up when not submitting a domain 2 months ago
README.md Updated description 3 months ago
certgen.sh Menu did not show up when not submitting a domain 2 months ago

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.