Sackheads CA Certificate

This is the official certificate for sending and receiving S/MIME email using our IMAP/SSL server. You'll needs this and your own signed key (see /usr/local/etc/README.sack). You should *only* accept this certificate from this page -- accept no substitutes!

Download certificate

--------------- 8<
  Short descripton of how to set up IMAP+SSL keys for baler, courtesy of
  Cerebus: (openssl lives in /usr/local/ssl/bin)

  Go to http://www.sackheads.org/mailcert.shtml and obtain the site
  certificate.  Netscape will guide you through the certificate-adding
  process.  (Other mail clients are on their own..)  Then, from a baler
  login:

  $ openssl req -new -out newreq.pem
    [mail newreq.pem to brian@sackheads.org]
    [brian signs it and sends newcert.pem back]
  $ openssl pkcs12 -export -inkey privkey.pem -in newcert.pem -out foo.p12
  
  The .p12 file is ready for netscape messenger.  All other clients are on
  their own (ie, you need to read the docs. :)
 
------------------ >8