-
Notifications
You must be signed in to change notification settings - Fork 282
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
Add blog post about dynamc client SSL context #2140
Conversation
This blog uses example from this PR: wildfly-security-incubator/elytron-examples#211 |
|
||
== Example using reverse proxies | ||
|
||
We will use a simple example consisting of a https://github.com/wildfly-security-incubator/elytron-examples/blob/main/dynamic-ssl-reverse-proxies/configure.cli[configure.cli] file. This file configures 2 ports secured with TLS and 2 reverse proxies connecting to these ports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if I should copy relevant commands from configure.cli file here or if it is okay to just reference it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok to just reference it and just keep this as a blog post (as opposed to a use-case driven guide).
For a use-case driven guide, it would be good to go through the commands in order to show the steps required to accomplish the task.
The current format of the post is fine though, no need to update it.
IIUC if the posts are merged with a future date, they will be automatically published on that date. So multiple posts can be published on different days even if merged sooner, which is a good to know. My PRs have today's date so that we can see the preview but I can update for future dates |
I think updating the date in the filename and metadata to tomorrow's date sounds good. I merged the caching realm one today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Skyllarr!
Thank you @fjuma ! I updated the filename and date to tomorrow's date |
Preview: https://skyllarr.github.io/wildfly-elytron/blog/dynamic-client-ssl-context/