Explorar el Código

docs: add changelog for PR 13229 (support ${cert_pem} authn placeholder)

zmstone hace 1 año
padre
commit
36296807d2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      changes/ce/feat-13229.en.md

+ 4 - 0
changes/ce/feat-13229.en.md

@@ -0,0 +1,4 @@
+Introduced the `${cert_pem}` placeholder within authentication parameters.
+
+This allows for the transmission of the full certificate in PEM format (excluding headers and footers) to external authenticators,
+such as HTTP authenticators, when clients are connected to the EMQX SSL listener.