[
https://issues.apache.org/jira/browse/SLIDER-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351327#comment-14351327
]
ASF subversion and git services commented on SLIDER-802:
--------------------------------------------------------
Commit b18daa35d105e76d9739f5aaab035c828872fa24 in incubator-slider's branch
refs/heads/develop from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=b18daa3 ]
SLIDER-802 stub protobuf call and proxy operations to sign certificates
> 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)