You are not logged in.

#1 2013-05-23 14:56:36

pezcurrel
Member
Registered: 2012-06-21
Posts: 26

How to install a new certification authority crt file system wide

Hello,
I have an "xyz.crt" certification authority file; how can I install it system wide?

Offline

#2 2013-05-23 15:11:00

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: How to install a new certification authority crt file system wide

1) put the .crt file in /usr/local/share/ca-certificates
2) run update-ca-certificates

Offline

#3 2013-05-23 20:16:48

pezcurrel
Member
Registered: 2012-06-21
Posts: 26

Re: How to install a new certification authority crt file system wide

jakobcreutzfeldt wrote:

1) put the .crt file in /usr/local/share/ca-certificates
2) run update-ca-certificates

Thanks a lot :-)
I had not the "ca-certificates" directory so...

As root user
1) put the .crt file in /usr/local/share/ca-certificates (if you don't have this directory create it with "mkdir -p /usr/local/share/ca-certificates")
2) run update-ca-certificates

Kind regards

Offline

Board footer

Powered by FluxBB