Fix host certificate parsing with embedded slash (#30827)

Fixes: #28996 - Verified by installing the [failing
certificate](https://ssl-tools.net/subjects/b0e31e6fe1b4e58b38cd4664dd9184b2eead11f6)
on a local host, and then seeing the certificate appear in Fleet host
details.
This commit is contained in:
Magnus Jensen
2025-07-15 21:24:15 +02:00
committed by GitHub
parent 4c6699ab27
commit c007c6e665
4 changed files with 49 additions and 8 deletions
+1
View File
@@ -0,0 +1 @@
* Fixed bug where a certificate Distinguished Name (DN) parser did not allow forward slashes in the value which resulted in parsing error.