Home
last modified time | relevance | path

Searched refs:CertificateCert (Results 1 – 2 of 2) sorted by relevance

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/domain/
H A Ddomain.go23 CertificateCert string member
37 CertificateCert: cert,
106 if d == nil || len(d.CertificateKey) == 0 || len(d.CertificateCert) == 0 {
113 []byte(d.CertificateCert),
H A Ddomain_test.go124 CertificateCert: fixture.Certificate,