func crypto/tls.LoadX509KeyPair
5 uses
crypto/tls (current package)
tls.go#L261: func LoadX509KeyPair(certFile, keyFile string) (Certificate, error) {
github.com/jackc/pgconn
config.go#L636: cert, err := tls.LoadX509KeyPair(sslcert, sslkey)
github.com/lib/pq
ssl.go#L123: cert, err := tls.LoadX509KeyPair(sslcert, sslkey)
google.golang.org/grpc/credentials
tls.go#L188: cert, err := tls.LoadX509KeyPair(certFile, keyFile)
net/http
server.go#L3046: config.Certificates[0], err = tls.LoadX509KeyPair(certFile, keyFile)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |