You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mqtt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,7 @@ The acceptable values are:
609
609
*`subject_alternative_name`: the Subject Alternative Name or SAN, which comes from a certificate's extensions section
610
610
Because different ypes of Subject Alternative Names exist, the type may need to be specified as well
611
611
612
-
If `mqtt.ssl_cert_client_id_from` is set to `subject_alternative_name`, the type of alternative name can be configured using `mqtt.ssl_cert_client_id_san_type`. The default type, used if the setting
612
+
If `mqtt.ssl_cert_client_id_from` is set to `subject_alternative_name`, the type of alternative name can be configured using `mqtt.ssl_cert_login_san_type`. The default type, used if the setting
613
613
is omitted, is `dns`. The acceptable values are:
614
614
615
615
*`dns`
@@ -618,16 +618,16 @@ is omitted, is `dns`. The acceptable values are:
618
618
*`uri`
619
619
*`other_name`
620
620
621
-
A certificate can contain multiple SAN fields of the same type, for example, two alternative DNS names. If this is the case, use the `mqtt.ssl_cert_client_id_san_index` configuration key
622
-
to specify the index to be used. By default, RabbitMQ will pick the first value, that is, the default value of `mqtt.ssl_cert_client_id_san_index` is `0`.
621
+
A certificate can contain multiple SAN fields of the same type, for example, two alternative DNS names. If this is the case, use the `mqtt.ssl_cert_login_san_index` configuration key
622
+
to specify the index to be used. By default, RabbitMQ will pick the first value, that is, the default value of `mqtt.ssl_cert_login_san_index` is `0`.
623
623
624
624
Below an example where the username is extracted from the certificate's distinguished name and the `client_id` is extracted from
625
625
the first SAN (Subject Alternative Name) of type `uri`:
Copy file name to clipboardExpand all lines: versioned_docs/version-4.0/mqtt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,7 @@ The acceptable values are:
609
609
*`subject_alternative_name`: the Subject Alternative Name or SAN, which comes from a certificate's extensions section
610
610
Because different ypes of Subject Alternative Names exist, the type may need to be specified as well
611
611
612
-
If `mqtt.ssl_cert_client_id_from` is set to `subject_alternative_name`, the type of alternative name can be configured using `mqtt.ssl_cert_client_id_san_type`. The default type, used if the setting
612
+
If `mqtt.ssl_cert_client_id_from` is set to `subject_alternative_name`, the type of alternative name can be configured using `mqtt.ssl_cert_login_san_type`. The default type, used if the setting
613
613
is omitted, is `dns`. The acceptable values are:
614
614
615
615
*`dns`
@@ -618,16 +618,16 @@ is omitted, is `dns`. The acceptable values are:
618
618
*`uri`
619
619
*`other_name`
620
620
621
-
A certificate can contain multiple SAN fields of the same type, for example, two alternative DNS names. If this is the case, use the `mqtt.ssl_cert_client_id_san_index` configuration key
622
-
to specify the index to be used. By default, RabbitMQ will pick the first value, that is, the default value of `mqtt.ssl_cert_client_id_san_index` is `0`.
621
+
A certificate can contain multiple SAN fields of the same type, for example, two alternative DNS names. If this is the case, use the `mqtt.ssl_cert_login_san_index` configuration key
622
+
to specify the index to be used. By default, RabbitMQ will pick the first value, that is, the default value of `mqtt.ssl_cert_login_san_index` is `0`.
623
623
624
624
Below an example where the username is extracted from the certificate's distinguished name and the `client_id` is extracted from
625
625
the first SAN (Subject Alternative Name) of type `uri`:
0 commit comments