Skip to content

Conversation

@atodorov-storpool
Copy link
Contributor

Description

The SSL module in Nginx does not have a $client_dn variable, but it does have $ssl_client_s_dn (a similar one to Apache's example) that returns the “subject DN” string of the client certificate for an established SSL connection according to RFC 2253 (1.11.6)

Source: https://nginx.org/en/docs/http/ngx_http_ssl_module.html#var_ssl_client_s_dn

Branches to which this PR applies

  • master
  • one-7.0
  • one-X.X-maintenance

  • Check this if this PR should not be squashed

The SSL module in Nginx does not have a `$client_dn` variable, but it does have `$ssl_client_s_dn` (a similar one to Apache's example) that returns the “subject DN” string of the client certificate for an established SSL connection according to RFC 2253 (1.11.6)

Source: https://nginx.org/en/docs/http/ngx_http_ssl_module.html#var_ssl_client_s_dn
@atodorov-storpool atodorov-storpool changed the title fix the Nginx example configuration in sunstone_auth.rst M #- fix the Nginx example configuration in sunstone_auth.rst Nov 3, 2025
@atodorov-storpool atodorov-storpool changed the title M #- fix the Nginx example configuration in sunstone_auth.rst M #-: fix the Nginx example configuration in sunstone_auth.rst Nov 3, 2025
@tinova
Copy link
Member

tinova commented Nov 4, 2025

Thanks @atodorov-storpool ! We changed the structure of the doc, we'll apply this changes and publish them 🙏

@tinova tinova closed this Nov 4, 2025
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.

2 participants