Added comment

This commit is contained in:
M66B 2023-12-09 19:37:42 +01:00
parent 71af2781cc
commit 5734c375f7
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ public class EntityCertificate {
}
static List<String> getDnsNames(X509Certificate certificate) throws CertificateParsingException {
// org.apache.http.conn.ssl.StrictHostnameVerifier
List<String> result = new ArrayList<>();
Collection<List<?>> altNames = certificate.getSubjectAlternativeNames();