Adding root cert to trust store on Linux

Hi, we have an internal ACME instance which is issuing internal certificates. This is done within our own root CA which is not found in the certbot trust store. I have solved this by appending the root cert to "certify" package for windows but I am still searching for the trust store in the ubuntu client? Any hints? Ignoring the SSL verification at all is not an option for me.

Thank you so much and best regards,
Patrick

1 Like
1 Like

I have already added the CA to the OS and s_client is reporting success:
root@myhost:~# openssl s_client -connect acme.intranet.com:443 -CApath /etc/ssl/certs/|grep Verification
Verification: OK

Seems that certbot comes with its own trust store

1 Like

solved it by passing an environment variable ```
REQUESTS_CA_BUNDLE

https://smallstep.com/blog/private-acme-server/
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.