PFX Implemenent

Use this forum if you want to discuss a problem or ask a question related to a hMailServer beta release.
Post Reply
wiemi
New user
New user
Posts: 5
Joined: 2008-09-24 21:34

PFX Implemenent

Post by wiemi » 2019-03-03 15:19

Hello,

It would be a big effort.
Hmaiserver for pfx to extend certificates?


Converting with OpenSSL is very tedious.

Greets Mike.

User avatar
mattg
Moderator
Moderator
Posts: 22435
Joined: 2007-06-14 05:12
Location: 'The Outback' Australia

Re: PFX Implemenent

Post by mattg » 2019-03-03 17:12

most of us now use Lets Encrypt certs
They are free and there are no trust issues with mail clients
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation

User avatar
Dravion
Senior user
Senior user
Posts: 2071
Joined: 2015-09-26 11:50
Location: Germany
Contact:

Re: PFX Implemenent

Post by Dravion » 2019-03-03 17:21

wiemi wrote:
2019-03-03 15:19
Hello,

It would be a big effort.
Hmaiserver for pfx to extend certificates?
Converting with OpenSSL is very tedious.
Greets Mike.
Its not that hard
openssl pkcs12 -export -in your_x509_cert_file.crt -inkey your_x509_key_file.key -out your_combined_cert_key_file.pfx

Post Reply