Skip to content

WIP: Support for elytron subsystem - #106

Open
sabre1041 wants to merge 1 commit into
bserdar:masterfrom
sabre1041:elytron
Open

WIP: Support for elytron subsystem#106
sabre1041 wants to merge 1 commit into
bserdar:masterfrom
sabre1041:elytron

Conversation

@sabre1041

Copy link
Copy Markdown
Collaborator

Support for elytron subsystem

@sabre1041
sabre1041 requested a review from rpelisse January 1, 2021 17:50
@sabre1041

sabre1041 commented Jan 1, 2021

Copy link
Copy Markdown
Collaborator Author

Initial testing with following configuration

{ "elytron" => {
    "key-store" => {
        "newKS" => {
            "type" => "JKS",
            "path" => expression "${jboss.server.config.dir}/jboss.jks",
            "credential-reference" => {"clear-text" => "jboss@123"},
        }
    },
    "key-manager" => {
        "newKM" => {
            "algorithm" => "SunX509",
            "key-store" => "newKS",
            "credential-reference" => {"clear-text" => "jboss@123"},
        }
    },
    "server-ssl-context" => {
        "newSSC" => {
            "key-manager" => "newKM",
            "protocols" => ["TLSv1.2"],
            "cipher-suite-filter" => "TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA",
        }
    }
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant