You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Raphaël Ouazana (JIRA)" <se...@james.apache.org> on 2019/06/28 12:30:00 UTC

[jira] [Created] (JAMES-2814) Support for PKCS#8 PEM file in DKIM signature

Raphaël Ouazana created JAMES-2814:
--------------------------------------

             Summary: Support for PKCS#8 PEM file in DKIM signature
                 Key: JAMES-2814
                 URL: https://issues.apache.org/jira/browse/JAMES-2814
             Project: James Server
          Issue Type: New Feature
            Reporter: Raphaël Ouazana


Currently DKIM signature supports only PKCS#1 PEM files, i.e. files starting by:

{noformat}
-----BEGIN RSA PRIVATE KEY-----
{noformat}

We should also support PKCS#8 PEM files, they are more common now. They start by:

{noformat}
-----BEGIN PRIVATE KEY-----
{noformat}





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org