15 Jun
2015
15 Jun
'15
7:20 p.m.
Am Sonntag, den 14.06.2015, 13:10 -0400 schrieb Steve Matzura:
The public cert part is good, but the private one begins with "Begin private key", not "RSA key."
I generated my own dovecot CSR with certtool from gnutls-bin which indeed adds 'RSA Private Key' But that openssl command you used does it without the RSA
If the Key and Certificate has been correctly generated can be checked with the gnutls certtool: 1 certtool -k < myserver.key | less certtool -i < cert.pem | less (or whatever you called the signed certificate)
It outputs the key with the RSA line added. Maybe just try that out