Certbot – Could not find a suitable TLS CA certificate bundle [Archlinux]

archlinuxcertbotlets-encryptsslssl-certificate

I'am trying to generate certificate from Let's Encrypt It over certbot (package ver. 0.21.1.-1), but i'am getting error. I'am using webroot module.

OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /etc/ssl/certs/ca-certificates.crt

I don't have there file with this filename. Should i generate it, download?

Best Answer

Maybe /etc/ssl/certs/ca-certificates.crt is not exist.

Try running sudo update-ca-certificates to create it.

Related Topic