Notes to be added to :sserver: protocol setup on the InstallationLinux topic
SSL explanation.
http://www.oreilly.com/catalog/openssl/chapter/ch01.pdf
Note: Nothing here is gospel. One day I hope to understand it and add it to Installation Linux.
Contents of /etc/cvsnt
PServer
CertificateFile=/etc/cvsnt/cert.pem
PrivateKeyFile=/etc/cvsnt/key.pem
ca.pem => Collection of keys signed by a Certification Authority.
cert.pem =>
key.pem => keep this safe. chmod 400 root
default-cvsnt.pem => on windows contains both private key and certificate
genkey.

