Skip to content

Conversation

@fzakaria
Copy link
Contributor

@fzakaria fzakaria commented Feb 7, 2019

Add a simple implementation of the TrustStoreOptions & KeyCertOptions
that works off of a single KeyStore.

During TLS , mTLS & SNI testing -- we programmatically construct at
startup the necessary PKI constructs such as the keyStore.
The current solutions however offered by vert.x expect that the KeyStore
exist on disk.

The proposed implementation just works off a single provided KeyStore
instead which is much simpler to work with -- especially for tests.

Add a simple implementation of the TrustStoreOptions & KeyCertOptions
that works off of a single KeyStore.

During TLS , mTLS & SNI testing -- we programmatically construct at
startup the necessary PKI constructs such as the keyStore.
The current solutions however offered by vert.x expect that the KeyStore
exist on disk.

The proposed implementation just works off a single provided KeyStore
instead.

Signed-off-by: Farid Zakaria <farid.m.zakaria@gmail.com>
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