Difference between revisions of "OpenSSL and certificates"

From DiLab
Jump to: navigation, search
(New page: Information on certificate generation for [http://cacert.org CAcert.org] signing. 1. Follow instructions on [http://www.cacert.org/help.php?id=4 CAcert.org] page. 2. That's enough for get...)
 
Line 1: Line 1:
Information on certificate generation for [http://cacert.org CAcert.org] signing.
Information on certificate generation for [http://cacert.org CAcert.org] signing.


1. Follow instructions on [http://www.cacert.org/help.php?id=4 CAcert.org] page.
* Follow instructions on [http://www.cacert.org/help.php?id=4 CAcert.org] page.
2. That's enough for getting simple signed certificate which is good for [http://exim.org/ exim]. For [http://www.courier-mta.org/imap/ Courier IMAP] additionally you will require to do the following steps.
* That's enough for getting simple signed certificate which is good for [http://exim.org/ exim]. For [http://www.courier-mta.org/imap/ Courier IMAP] additionally you will require to do the following steps.
3. <nowiki><pre>dd if=/dev/urandom of=/tmp/cert.rand count=1</pre></nowiki>
* <nowiki><pre>dd if=/dev/urandom of=/tmp/cert.rand count=1</pre></nowiki>

Revision as of 01:26, 9 February 2010

Information on certificate generation for CAcert.org signing.

  • Follow instructions on CAcert.org page.
  • That's enough for getting simple signed certificate which is good for exim. For Courier IMAP additionally you will require to do the following steps.
  • <pre>dd if=/dev/urandom of=/tmp/cert.rand count=1</pre>