For my curl command to pass, we need send certfile, keyfile and cacert file. is there any way we can send these params along with apache bench command. I tried to use -E option but it is throwing below error
unable to get private key from ‘/etc/kubernetes/pki/ca.crt’
139986714470272:error:0909006C:PEM routines:get_name:no start line:crypto/pem/pem_lib.c:745:Expecting: ANY PRIVATE KEY
139986714470272:error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib:ssl/ssl_rsa.c:537:
Also, i am not able to find out how to send all the three cert files through -E option