Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| module:certtool [2018/02/28 11:40] – created 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 1: | Line 1: | ||
| - | ====== Certtool ====== | + | ====== Certtool |
| - | 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 12: | Line 24: | ||
| '' | '' | ||
| - | '' | + | '' |
| < | < | ||
| Line 75: | Line 87: | ||
| </ | </ | ||
| + | For example: | ||
| + | jsexec certtool --import / | ||
| ===== See Also ===== | ===== See Also ===== | ||
| * [[: | * [[: | ||
| + | * [[LetSyncrypt]] | ||
| - | {{tag>}} | + | {{tag>jsutil letsencrypt tls ssl crypt}} |