monkey.org Certification Authority certificate installation

You can eliminate the security pop-ups that warn you about monkey.org's certificates by installing the certificate that signed them.

For Microsoft Windows

  1. Click on this link: http://monkey.org.org/CA.crt to install the monkey.org Certification Authority certificate.
  2. Choose Open to view the certificate details.
  3. Click Install Certificate... to launch the Certificate Import Wizard.
  4. In the Certificate Import Wizard, click Next, Next and Finish, leaving all options at their defaults.
  5. When the Wizard closes you will be asked if you want to add the monkey.org Certification Authority certificate to the Root Store. Select "Yes."

For Netscape Navigator

  1. Click on this link: http://monkey.org.org/CA.crt to download and install the monkey.org Certification Authority certificate.
  2. A New Certificate Authority window will pop up. You will be prompted with the following options (you may have to click Next several times depending on the version of Navigator): Select only Accept this Certificate Authority for Certifying network sites

For Opera

  1. Click on this link: http://monkey.org.org/CA.crt to download and install the monkey.org Certification Authority certificate.
  2. A Install Authority Certificate window will pop up.
  3. Click the Ok button to accept.

MacOS X (Permanent Install)

  1. Open a terminal window.
  2. cd /tmp/
  3. curl -O http://monkeymail.org/cert/CA.crt
  4. cd ~/Library/Keychains/
  5. cp /System/Library/Keychains/X509Anchors .
  6. certtool i /tmp/CA.crt k=X509Anchors
  7. sudo mv X509Anchors /System/Library/Keychains/.
  8. Restart your e-mail reader / web browser.