Am 18.04.2014 21:22, schrieb Charles Marcus: > Ok, if you are willing, could you check me? > >> X.509 certificates come in a few data formats: >> >> - Binary ASN.1 DER format containing a single certificate. >> Not directly usable by Postfix. >> >> - ASCII PEM format certificate which is the base64 encoding of the >> above DER form sandwiched between "----BEGIN CERTIFICATE-----" and >> "-----END CERTIFICATE-----" lines. > > Ok, the cert I got from RapidSSL was a single cert in the email body, > sandwiched between -----BEGIN----- and > -----END----- lines
cat whatever-filename.crt your-private.key intermediate-a.crt > your.pem you are done, use that for *whatever* sevrer-software (httpd, postfix, ATS, dovecot....) as key and or certificate file