Updated description
This commit is contained in:
parent
c3d6eb87a9
commit
64ef9f14c8
26
README.md
26
README.md
@ -5,28 +5,36 @@ certgen {domain.tld} [domain.config]
|
||||
|
||||
## Description
|
||||
1. Create self signed certificate
|
||||
Create a self signed certificate in a simple step.
|
||||
|
||||
Create a self signed certificate in a simple step.
|
||||
|
||||
2. Create CSR
|
||||
Create a CSR file.
|
||||
|
||||
Create a CSR file.
|
||||
|
||||
3. Create PFX file
|
||||
Create a PFX file from a CRT, KEY and CHAIN.
|
||||
|
||||
Create a PFX file from a CRT, KEY and CHAIN.
|
||||
|
||||
4. Extract PFX to CRT/KEY
|
||||
Extract CRT and KEY from a PFX file.
|
||||
|
||||
Extract CRT and KEY from a PFX file.
|
||||
|
||||
5. Create CA-Bundle and PEM files
|
||||
Create a CA-Bundle file and full chained PEM files.
|
||||
|
||||
Create a CA-Bundle file and full chained PEM files.
|
||||
|
||||
6. Remove password from KEY file
|
||||
If a KEY file contains a password you can remove it here.
|
||||
|
||||
If a KEY file contains a password you can remove it here.
|
||||
|
||||
7. Decode CSR
|
||||
Show the content of a CSR file.
|
||||
|
||||
Show the content of a CSR file.
|
||||
|
||||
8. Decode CRT
|
||||
Show the content of a CRT file.
|
||||
|
||||
Show the content of a CRT file.
|
||||
|
||||
9. Match CRT/KEY
|
||||
Check if a CRT and KEY belong together.
|
||||
Check if a CRT and KEY belong together.
|
Loading…
Reference in New Issue
Block a user