()
| 58 | } |
| 59 | |
| 60 | func makeClientCertificates() []tls.Certificate { |
| 61 | return []tls.Certificate{ |
| 62 | test.Must(tls.X509KeyPair( |
| 63 | ClientCert, |
| 64 | ClientKey, |
| 65 | )), |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | func makeServerCertificates() []tls.Certificate { |
| 70 | return []tls.Certificate{ |
no test coverage detected