Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:certtool [2021/01/27 18:51] – [Options] Beautify the example (by indenting it 2 spaces) digital manmodule: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:
  
 ''%%--%%export-pkcs12 <file>'' Exports the current private key and certificate as a PKCS#12 file, encrypted using the system password.  File name must end in .p12. ''%%--%%export-pkcs12 <file>'' Exports the current private key and certificate as a PKCS#12 file, encrypted using the system password.  File name must end in .p12.
 +
 +To generate a .p12 from a cert.pem and key.pem file, use openssl:
 +<file>
 +$ openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey key.pem
 +
 +Enter Export Password: SYSPASS
 +Verifying - Enter Export Password: SYSPASS
 +</file>
  
 ''%%--%%import-pkcs12 <file>'' Imports the current private key and certificate as a PKCS#12 file **OVERWRITING THE CURRENT ONE**, encrypted using the system password.  File name must end in .p12. ''%%--%%import-pkcs12 <file>'' Imports the current private key and certificate as a PKCS#12 file **OVERWRITING THE CURRENT ONE**, encrypted using the system password.  File name must end in .p12.
Line 83: Line 91:
 ===== See Also ===== ===== See Also =====
   * [[:module:|module index]]   * [[:module:|module index]]
 +  * [[LetSyncrypt]]
  
 {{tag>jsutil letsencrypt tls ssl crypt}} {{tag>jsutil letsencrypt tls ssl crypt}}