Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| module:certtool [2020/11/11 22:08] – [See Also] tags digital man | 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 1: | Line 1: | ||
| - | ====== Certtool - Let's Encrypt | + | ====== Certtool - Synchronet |
| - | This is a small tool to allow creating CSRs and importing certificate chains. | + | This is a small tool to allow creating CSRs and importing/ |
| a trusted Let's Encrypt certificate before the ACMEv2 endpoint goes live. After that, it would be much better to use [[module: | a trusted Let's Encrypt certificate before the ACMEv2 endpoint goes live. After that, it would be much better to use [[module: | ||
| ===== Options ===== | ===== Options ===== | ||
| + | |||
| + | '' | ||
| + | |||
| + | 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 76: | Line 88: | ||
| For example: | For example: | ||
| - | jsexec certtool --import / | + | |
| ===== See Also ===== | ===== See Also ===== | ||
| * [[: | * [[: | ||
| + | * [[LetSyncrypt]] | ||
| {{tag> | {{tag> | ||