certificates:certificates_guide
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| certificates:certificates_guide [2022/11/23 12:49] – external edit 127.0.0.1 | certificates:certificates_guide [2025/07/10 19:00] (current) – [Strip Password from Base64] bstafford | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Extra info can also be found on [[http:// | Extra info can also be found on [[http:// | ||
| + | =====Strip Password from Base64===== | ||
| + | Strip a password from a Base64 file that has both certificate and key. | ||
| + | < | ||
| =====Add Password to Base64===== | =====Add Password to Base64===== | ||
| Add a password to a Base64 file that is not | Add a password to a Base64 file that is not | ||
| Line 11: | Line 14: | ||
| < | < | ||
| < | < | ||
| - | =====Strip Password from Base64===== | + | |
| - | Strip a password from a Base64 file that has both certificate | + | ===== Create Root CA and Web Cert ===== |
| - | < | + | Generate Private Key: |
| + | < | ||
| + | |||
| + | Create Self-Signed Certificate: | ||
| + | < | ||
| + | |||
| + | Verify Certificate: | ||
| + | < | ||
| + | |||
| + | Create Web Certificate | ||
| + | < | ||
| + | |||
| + | CAs should include a Subject Key Identifier in all CA certificates. | ||
| + | |||
| + | Create web Certificate Signing Request AND new key | ||
| + | < | ||
| + | |||
| + | |||
| =====SSL Info===== | =====SSL Info===== | ||
| Certificate information is of the following form | Certificate information is of the following form | ||
| Line 153: | Line 174: | ||
| To extract the key and certificate from a PFX file, run the following openssl command. If the cert.pfx file has a password, the command above will prompt you to enter the password. It will then generate details.txt. You have to open details.txt in a text editor. | To extract the key and certificate from a PFX file, run the following openssl command. If the cert.pfx file has a password, the command above will prompt you to enter the password. It will then generate details.txt. You have to open details.txt in a text editor. | ||
| - | < | + | < |
| You will see the private key (without a password) between | You will see the private key (without a password) between | ||
| < | < | ||
| Line 170: | Line 191: | ||
| **Extract Private Key from PFX** | **Extract Private Key from PFX** | ||
| - | < | + | < |
| **Extract Certificate from PFX** | **Extract Certificate from PFX** | ||
| - | < | + | < |
certificates/certificates_guide.1669207782.txt.gz · Last modified: by 127.0.0.1
