You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Xiaoyu Yao (JIRA)" <ji...@apache.org> on 2018/10/08 18:07:00 UTC

[jira] [Created] (HDDS-588) SelfSignedCertificate#generateCertificate should sign the certificate the configured security provider

Xiaoyu Yao created HDDS-588:
-------------------------------

             Summary: SelfSignedCertificate#generateCertificate should sign the certificate the configured security provider
                 Key: HDDS-588
                 URL: https://issues.apache.org/jira/browse/HDDS-588
             Project: Hadoop Distributed Data Store
          Issue Type: Sub-task
            Reporter: Xiaoyu Yao
            Assignee: Xiaoyu Yao


Otherwise, content signer will use the default security provider from JDK instead of BC.

Line 106 should add 
{code}
.setProvider(config.getProvider())
{code}



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

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