Lines Matching refs:cert
65 ].forEach(([key, cert]) => {
66 tls.createServer({ key, cert }); field
83 ].forEach(([key, cert, index]) => {
86 tls.createServer({ key, cert }); field
109 ].forEach(([key, cert, index]) => {
110 const val = index === undefined ? cert : cert[index];
112 tls.createServer({ key, cert }); field
132 ].forEach(([key, cert, ca]) => {
133 tls.createServer({ key, cert, ca }); property
144 ].forEach(([key, cert, ca, index]) => {
147 tls.createServer({ key, cert, ca }); property
165 ].forEach(([key, cert, ca]) => {
166 tls.createSecureContext({ key, cert, ca }); property