
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Adding a private ca certificate to openssl on centos
- Date: Wed, 08 Aug 2012 12:48:01 +0200
- From: Francois Cartegnie <fcartegnie@example.com>
- Subject: Re: [tlug] Adding a private ca certificate to openssl on centos
- References: <50222965.6050507@vortorus.net>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120723 Thunderbird/14.0
Le 08/08/2012 10:55, Edward Middleton a écrit :
> Any pointers would be appreciated.
>
> Edward
>
/etc/pki/tls/certs/ca-bundle.crt
Looks like the right place for system's certificates.
The file looks like a text output, so I guess
openssl x509 -text -in yourca.crt >> /etc/pki/tls/certs/ca-bundle.crt
should work.
Francois
Home |
Main Index |
Thread Index