We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Ubuntu 20 my certs is at /etc/ssl/certs/ca-certificates.crt and needs to be copied to /etc/ssl/cert.pem for the plugin to work.
/etc/ssl/certs/ca-certificates.crt
/etc/ssl/cert.pem
The text was updated successfully, but these errors were encountered:
On my Arch under /etc/ssl I have:
/etc/ssl
lrwxrwxrwx 1 root root 46 Jul 29 02:36 cert.pem -> ../ca-certificates/extracted/tls-ca-bundle.pem
So it installs a symlink itself by the looks of it.
This ServerFault answer is useful. Maybe we can mirror what Go does and look everywhere until we find them. https://serverfault.com/a/722646
Sorry, something went wrong.
Above makes sense.
closed by #77
No branches or pull requests
On Ubuntu 20 my certs is at
/etc/ssl/certs/ca-certificates.crt
and needs to be copied to/etc/ssl/cert.pem
for the plugin to work.The text was updated successfully, but these errors were encountered: