Unix-to-Unix Copy
SSL Certificate Authority
- Download Root CA
- Install
- Install certificate system-wide
- Download:
wget http://www.uucp.hu/dload/certificate/UUCP-CA.crt
- Copy
UUCP-CA.crt
to /usr/share/ca-certificates/uucp.hu/UUCP-CA.crt
- Refresh list of installed certificates
- Debian/Ubuntu:
dpkg-reconfigure -p low ca-certificates
- Install certificate per-user
- Install required software
- Debian/Ubuntu:
apt-get install libnss3-tools
- Fedora:
yum install nss-tools
- Gentoo:
echo 'dev-libs/nss utils' >> /etc/portage/package.use && emerge dev-libs/nss
(You need to launch commands below with the nss prefix, e.g., nsscertutil.)
- Opensuse:
zypper install mozilla-nss-tools
certutil -d sql:$HOME/.pki/nssdb -A -i UUCP-CA.crt -t C,, -n uucp_hu_ca
- Check Fingerprint
openssl x509 -noout -fingerprint -sha1 -text -in UUCP-CA.crt
- They should be:
- MD5 Fingerprint =
- SHA1 Fingerprint =