Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| module:certtool [2021/01/25 21:11] – Document PKCS#12 stuff. Deuce | module:certtool [2026/03/11 11:33] (current) – [Options] Add note on creating a .p12 file from a cert.pem and key.pem. deuce | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| '' | '' | ||
| + | |||
| + | To generate a .p12 from a cert.pem and key.pem file, use openssl: | ||
| + | < | ||
| + | $ openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey key.pem | ||
| + | |||
| + | Enter Export Password: SYSPASS | ||
| + | Verifying - Enter Export Password: SYSPASS | ||
| + | </ | ||
| '' | '' | ||
| Line 80: | Line 88: | ||
| For example: | For example: | ||
| - | jsexec certtool --import / | + | |
| ===== See Also ===== | ===== See Also ===== | ||
| * [[: | * [[: | ||
| + | * [[LetSyncrypt]] | ||
| {{tag> | {{tag> | ||