Sample Header Ad - 728x90

Should I add certificates to /usr/share/ca-certificates?

4 votes
1 answer
10275 views
I try to automate to adding a certificate on an Ubuntu server 14.04 with puppet or a one liner command. I added certificates manually with these commands : mkdir /usr/share/ca-certificates/extra cp toto.crt /usr/share/ca-certificates/extra/toto.crt sudo dpkg-reconfigure ca-certificates I tried the command : update-ca-certificates but it didn't update my /etc/ssl/certs/ca-certificates.crt. I tried too the command : sudo dpkg-reconfigure ca-certificates (with and without the option -f noninteractive) but i can't to accept all my certificates automatically.
Asked by Damien Goldenberg (43 rep)
Jun 23, 2015, 03:36 PM
Last activity: Jul 1, 2025, 11:36 AM