Home | History | Annotate | Download | only in tls

Lines Matching refs:keyPath

1060 	var certPath, keyPath, ecdsaCertPath, ecdsaKeyPath string
1065 keyPath = tempFile(clientKeyPEM)
1066 defer os.Remove(keyPath)
1085 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA", "-cert", certPath, "-key", keyPath},