Home | History | Annotate | Download | only in tls

Lines Matching refs:keyPath

182 	keyPath := tempFile(string(pemOut.Bytes()))
183 defer os.Remove(keyPath)
191 command = append(command, "-cert", certPath, "-certform", "DER", "-key", keyPath)