()
| 62 | this.#clientKey = options.clientKey; |
| 63 | } |
| 64 | getCerts() { |
| 65 | // return the self certs |
| 66 | return [getResource("srvcert.der")]; |
| 67 | } |
| 68 | getKey(cert) { |
| 69 | // look for the key corresponding to the cert |
| 70 | // first, search in the registed cert |
no test coverage detected