mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2026-01-27 10:22:43 +00:00
3 lines
119 B
Bash
Executable File
3 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
openssl s_client -CAfile ./testCA/cacert.pem -cert clientcert.pem -key clientkey.pem -connect 127.0.0.1:4242
|