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
- Click on this link: http://monkey.org.org/CA.crt to install the
monkey.org Certification Authority certificate.
- Choose Open to view the certificate details.
- Click Install Certificate... to launch the Certificate
Import Wizard.
- In the Certificate Import Wizard, click Next,
Next and Finish, leaving all options at their
defaults.
- 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
- Click on this link: http://monkey.org.org/CA.crt
to download and install the monkey.org Certification Authority
certificate.
- 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):
- Accept this Certificate Authority for Certifying network sites
- Accept this Certificate Authority for Certifying e-mail users
- Accept this Certificate Authority for Certifying software developers
Select only Accept this Certificate Authority for Certifying network sites
For Opera
- Click on this link: http://monkey.org.org/CA.crt
to download and install the monkey.org Certification Authority
certificate.
- A Install Authority Certificate window will pop up.
- Click the Ok button to accept.
MacOS X (Permanent Install)
- Open a terminal window.
- cd /tmp/
- curl -O http://monkeymail.org/cert/CA.crt
- cd ~/Library/Keychains/
- cp /System/Library/Keychains/X509Anchors .
- certtool i /tmp/CA.crt k=X509Anchors
- sudo mv X509Anchors /System/Library/Keychains/.
- Restart your e-mail reader / web browser.