Hi, please format your codes and errors under preformatted text </>
or backticks (```)
as it is hard to read otherwise.
- When you start the service, did you see any errors in log?
- To test certs using curl, you can use
curl --cacert /path/to/ca.crt -u elastic 'https://xxx:9200/_cat/nodes?v'
- To convert p12 to pem, you can use
openssl
for example see link below
Make .p12 to .pem for kibana
Do share the outcome from 1 and 2.