From 9e51049f906acbf1562956bf822c964937a66835 Mon Sep 17 00:00:00 2001 From: Diana Krepinska Date: Tue, 7 May 2024 10:10:23 +0200 Subject: [PATCH] Add a blog post link about dynamic client SSL context --- _posts/2024-05-07-dynamic-client-ssl-context.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2024-05-07-dynamic-client-ssl-context.adoc diff --git a/_posts/2024-05-07-dynamic-client-ssl-context.adoc b/_posts/2024-05-07-dynamic-client-ssl-context.adoc new file mode 100644 index 00000000..c9865e21 --- /dev/null +++ b/_posts/2024-05-07-dynamic-client-ssl-context.adoc @@ -0,0 +1,11 @@ +--- +layout: post +title: 'Dynamic client SSL context that automatically delegates to different SSLContexts based on the host and port of the peer' +date: 2024-05-07 +tags: elytron dynamic client ssl context +author: dvilkola +synopsis: Learn about the new Dynamic Client SSL Context feature. +link: https://wildfly-security.github.io/wildfly-elytron/blog/dynamic-client-ssl-context/ +--- + +WildFly 32 introduces the ability to configure a dynamic client SSL context. The dynamic client SSL context will dynamically switch between different SSL contexts based on the host and port of the peer. The host and port rules can be specified in the authentication context. This blog post demonstrates how to use this new resource.