- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for DNSNames (0.09 seconds)
-
cmd/test-utils_test.go
} hosts := strings.SplitSeq(host, ",") for h := range hosts { if ip := net.ParseIP(h); ip != nil { template.IPAddresses = append(template.IPAddresses, ip) } else { template.DNSNames = append(template.DNSNames, h) } } template.IsCA = true template.KeyUsage |= x509.KeyUsageCertSign derBytes, err := x509.CreateCertificate(crand.Reader, &template, &template, publicKey(priv), priv)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0) -
cmd/admin-handlers.go
if globalIsTLS { for _, c := range globalPublicCerts { check := xxh3.Hash(c.RawIssuer) check ^= xxh3.Hash(c.RawSubjectPublicKeyInfo) // We XOR, so order doesn't matter. for _, v := range c.DNSNames { check ^= xxh3.HashString(v) } for _, v := range c.EmailAddresses { check ^= xxh3.HashString(v) } for _, v := range c.IPAddresses { check ^= xxh3.HashString(v.String())Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 99.7K bytes - Click Count (0) -
api/go1.3.txt
pkg crypto/x509, type CertificateRequest struct pkg crypto/x509, type CertificateRequest struct, Attributes []pkix.AttributeTypeAndValueSET pkg crypto/x509, type CertificateRequest struct, DNSNames []string pkg crypto/x509, type CertificateRequest struct, EmailAddresses []string pkg crypto/x509, type CertificateRequest struct, Extensions []pkix.Extension
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jun 02 02:45:00 GMT 2014 - 117K bytes - Click Count (0) -
api/go1.txt
pkg crypto/x509, type Certificate struct pkg crypto/x509, type Certificate struct, AuthorityKeyId []uint8 pkg crypto/x509, type Certificate struct, BasicConstraintsValid bool pkg crypto/x509, type Certificate struct, DNSNames []string pkg crypto/x509, type Certificate struct, EmailAddresses []string pkg crypto/x509, type Certificate struct, ExtKeyUsage []ExtKeyUsage pkg crypto/x509, type Certificate struct, IsCA bool
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)