From Fedora Project Wiki
Description
Generate necessary keys
How to test
We will generate necessary keys and certificates for further tests
- Download lib.sh script from certgen library
- source lib.sh
- x509KeyGen ca
- x509SelfSign ca
- x509KeyGen localhost
- x509CertSign --CA ca localhost
- ...
Expected Results
- ca/cert.pem, localhost/key.pem and localhost/cert.pem are generated