Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example, after running the SSL Shopper Wizard the first CA of interest is StartCom which has a a "free as in beer" SSL certificate package called StartSSL Free.

...

The next step is match up the certificates from StartCom against the Ubuntu Certificate Repository.

Code Block
languagebash
cd ~
wget http://www.startssl.com/certs/ca.pem
diff  ca.pem /etc/ssl/certs/StartCom_Certification_Authority.pem

...