[jboss-jira] [JBoss JIRA] (WFCORE-2393) Elytron expects certificate in PEM format as user input

Pedro Igor (JIRA) issues at jboss.org
Mon Mar 27 08:11:09 EDT 2017


     [ https://issues.jboss.org/browse/WFCORE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Igor updated WFCORE-2393:
-------------------------------
    Git Pull Request: https://github.com/wildfly-security-incubator/wildfly-core/pull/66, https://github.com/wildfly-security-incubator/wildfly-core/pull/100  (was: https://github.com/wildfly-security-incubator/wildfly-core/pull/66)


> Elytron expects certificate in PEM format as user input
> -------------------------------------------------------
>
>                 Key: WFCORE-2393
>                 URL: https://issues.jboss.org/browse/WFCORE-2393
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 3.0.0.Beta7
>            Reporter: Martin Choma
>            Assignee: Pedro Igor
>              Labels: user_experience
>             Fix For: 3.0.0.Beta9
>
>
> In {{/token-realm/public-key}} attribute there is certificate in PEM format expected, which I consider to be user un-friendly.
> I wonder couldn't that be accomplished by leveraging key-store/trust-manager capability?
> {code}
>         "public-key" => {
>             "type" => STRING,
>             "description" => "A public key in PEM Format. During validation, if a public key is provided, signature will be verified based on the key you provided here.",
>             "expressions-allowed" => false,
>             "nillable" => true,
>             "min-length" => 1L,
>             "max-length" => 2147483647L
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list