[jboss-jira] [JBoss JIRA] (WFCORE-3654) Import a certficate directly from a key-store resource, with no certificate file generation
Claudio Miranda (JIRA)
issues at jboss.org
Mon Feb 26 12:06:01 EST 2018
Claudio Miranda created WFCORE-3654:
---------------------------------------
Summary: Import a certficate directly from a key-store resource, with no certificate file generation
Key: WFCORE-3654
URL: https://issues.jboss.org/browse/WFCORE-3654
Project: WildFly Core
Issue Type: Enhancement
Components: Security
Reporter: Claudio Miranda
Assignee: Darran Lofthouse
Priority: Minor
Consider the following scenario, a host controller hc1 on machine-A and a slave host controller hc2 on machine-B, they do not share a filesystem.
Currently if an user wants to import a certificate from a /host=hc1/subsystem=elytron/key-store=ks1 to /host=hc2/subsystem=elytron/key-store=ks2 he should call export-certificate on ks1 and manually copy the generated file to hc2, this can present problem on cloud environments.
So I suggest to enhance the export/import certificate operations to import the certificate directly from a key-store resource, one example may be:
/host=hc2/subsystem=elytron/key-store=ks2:import-certificate(source-resource="/host=hc1/subsystem=elytron/key-store=ks1",alias=my_alias)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list