Home
last modified time | relevance | path

Searched refs:tlsCertFilePath (Results 1 – 25 of 25) sorted by relevance

/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/go/testserver/
H A Dtestserver.go28tlsCertFilePath = flag.String("tls_cert_file", "../../../misc/localhost.crt", "Path to the CRT/PEM… var
99 if err := http1EmptyServer.ListenAndServeTLS(*tlsCertFilePath, *tlsKeyFilePath); err != nil {
106 if err := http1Server.ListenAndServeTLS(*tlsCertFilePath, *tlsKeyFilePath); err != nil {
113 if err := http2EmptyServer.ListenAndServeTLS(*tlsCertFilePath, *tlsKeyFilePath); err != nil {
119 if err := http2Server.ListenAndServeTLS(*tlsCertFilePath, *tlsKeyFilePath); err != nil {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/mwitkow/go-conntrack/example/
H A Dserver.go25 tlsCertFilePath = flag.String("tls_cert_file", "certs/localhost.crt", "Path to the CRT/PEM file.") var
68 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/client/grpc-web-react-example/go/exampleserver/
H A Dexampleserver.go24tlsCertFilePath = flag.String("tls_cert_file", "../../misc/localhost.crt", "Path to the CRT/PEM fi… var
53 if err := httpServer.ListenAndServeTLS(*tlsCertFilePath, *tlsKeyFilePath); err != nil {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/mwitkow/go-conntrack/
H A DREADME.md73 tlsConfig, err := connhelpers.TlsConfigForServerCerts(*tlsCertFilePath, *tlsKeyFilePath)