- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for AddCert (0.08 seconds)
-
cmd/server-main.go
logger.FatalIf(err, "Failed to read root CAs (%v)", err) // Add the global public crts as part of global root CAs for _, publicCrt := range globalPublicCerts { globalRootCAs.AddCert(publicCrt) } // Register root CAs for remote ENVs env.RegisterGlobalCAs(globalRootCAs) globalEndpoints, setupType, err = createServerEndpoints(globalMinioAddr, ctxt.Layout.pools, ctxt.Layout.legacy)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 27 15:18:36 GMT 2025 - 35.9K bytes - Click Count (4) -
cmd/sts-handlers.go
return } if intermediates == nil { intermediates = x509.NewCertPool() } intermediates.AddCert(cert) } else { peerCertificates = append(peerCertificates, cert) } } r.TLS.PeerCertificates = peerCertificates // Now, we have to check that the client has provided exactly one leafCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 36.6K bytes - Click Count (0) -
api/go1.txt
pkg crypto/x509, func ParsePKCS8PrivateKey([]uint8) (interface{}, error) pkg crypto/x509, func ParsePKIXPublicKey([]uint8) (interface{}, error) pkg crypto/x509, method (*CertPool) AddCert(*Certificate) pkg crypto/x509, method (*CertPool) AppendCertsFromPEM([]uint8) bool pkg crypto/x509, method (*CertPool) Subjects() [][]uint8 pkg crypto/x509, method (*Certificate) CheckCRLSignature(*pkix.CertificateList) error
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)