Added comment

pull/214/head
M66B 7 months ago
parent 71af2781cc
commit 5734c375f7

@ -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();

Loading…
Cancel
Save