[
https://issues.apache.org/jira/browse/SLIDER-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351328#comment-14351328
]
ASF subversion and git services commented on SLIDER-802:
--------------------------------------------------------
Commit c1b83467cebc90b4e258d963ac8c5d90b85f3b1c in incubator-slider's branch
refs/heads/develop from [~jmaron]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=c1b8346 ]
SLIDER-802 add client keystore and trustore retrieval commands
> Need mechanism for client truststore and keystore retrieval
> -----------------------------------------------------------
>
> Key: SLIDER-802
> URL: https://issues.apache.org/jira/browse/SLIDER-802
> Project: Slider
> Issue Type: Bug
> Components: client, security
> Reporter: Jonathan Maron
> Assignee: Jonathan Maron
>
> For applications that take advantage of the certificate store generation
> feature, there may be a need for the client's to obtain truststores and,
> optionally, keystores to successfully communicate via SSL to the server-side
> application components.
> One possible approach is a CLI option:
> slider ssl-support --keystore <path for generated file> --subj <DN for client>
> Some key points:
> 1) Could use the localhost from where the client is invoked to create the
> subject DN (CN=<localhost name>) if no subject is specified
> 2) For clients to access these stores they will need access to store
> passwords. I believe it's be most appropriate to leverage the Credential
> Provider facility.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)