New issue
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
How to add CA root certification (self-signed) #260
Comments
|
try copy your cert to |
|
There is also |
|
Hello, just adding for the future myself that the certificate(s) should be directly at the root under |
|
Fix for @andyshinn 's broken link: |
i think you mean /etc/ssl/certs |
I have self-signed CA root certification, and I try to add this to my custom alpine docker.
After building container, I try to find out my certification installed properly with following comand. but I couldn't found my certification.
Should I edit /etc/ca-certificates.conf file before update-ca-certifcates?
The text was updated successfully, but these errors were encountered: