Create a Private Key
Use this command to create a password-protected, 2048-bit private key (domain.key):
| |
Verify a Private Key
Use this command to check that a private key (domain.key) is a valid key:
| |
Verify a Private Key Matches a Certificate and CSR
Use these commands to verify if a private key (domain.key) matches a certificate (domain.crt) and CSR (domain.csr):
| |
Encrypt a Private Key
This takes an unencrypted private key (unencrypted.key) and outputs an encrypted version of it (encrypted.key):
| |
Decrypt a Private Key
This takes an encrypted private key (encrypted.key) and outputs a decrypted version of it (decrypted.key):
| |