Generate new certificates and a Certificate Authority (CA)
If you want to secure the communication based on the Secure Sockets Layer (SSL) protocol, but you do not have a corporate Certificate Authority (CA), you can use Certman to create one and generate the required certificates.
-
- ca.crt
- The file that contains the Root ca.
-
- ca.key
- The private key of the CA.
-
- tls.crt
- The certificate signed and validated by the CA.
-
- tls.key
- The private key of the tls certificate.
-
- tls.sth
- The stash file of the tls certificate that contains the password encoded in Base64 format.
Note: It is strongly suggested that you save the
ca.key so that in future, if needed, you can generate or
replace the certificates only.
After having generated the CA, add it to the OS and browser so that they can trust the new CA.