themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to install a trusted SSL certificate

$ sudo -s
# mv filename.crt /usr/local/share/ca-certificates
# update-ca-certificates
# exit