Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HRCPP-311 # Win client can now load .pem from file #262

Merged

Conversation

rigazilla
Copy link
Contributor

This PR enables clients to load .pem certificate from file.

If the serverCAFile property is not null, i.e.:
builder.ssl().serverCAFile("c:\path\to\certificate.pem")
the client will authenticate the server using that certificate as root certificate.

otherwise Windows certificate store is used.
This is implements https://issues.jboss.org/browse/HRCPP-311

@tristantarrant
Copy link
Member

Pushed, thanks

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.

None yet

2 participants