Steve Vaughan created HADOOP-17418:
--------------------------------------

             Summary: Generally support PEM keystores
                 Key: HADOOP-17418
                 URL: https://issues.apache.org/jira/browse/HADOOP-17418
             Project: Hadoop Common
          Issue Type: Improvement
          Components: common
            Reporter: Steve Vaughan


Several Apache projects have added some minimal PEM support.  Usually this is 
presented as part of supporting generated certificates for a trust store.  By 
adding a PEM Java KeyStore to Hadoop common, we could provide this support for 
many clients.

Example:
{code:java}
<property>
  <name>ssl.server.truststore.type</name>
  <value>PEM</value>
</property>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to