/usr/share/doc/courier-doc/html/mkimapdcert.html is in courier-doc 0.78.0-2ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>mkimapdcert</title><link rel="stylesheet" type="text/css" href="style.css"/><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"/><link rel="home" href="#idm255234382848" title="mkimapdcert"/><link xmlns="" rel="stylesheet" type="text/css" href="manpage.css"/><meta xmlns="" name="MSSmartTagsPreventParsing" content="TRUE"/><link xmlns="" rel="icon" href="icon.gif" type="image/gif"/><!--
Copyright 1998 - 2009 Double Precision, Inc. See COPYING for distribution
information.
--></head><body><div class="refentry"><a id="idm255234382848" shape="rect"> </a><div class="titlepage"/><div class="refnamediv"><h2>Name</h2><p>mkimapdcert — create a test SSL certificate for IMAP over SSL</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">/usr/sbin/mkimapdcert</code> </p></div></div><div class="refsect1"><a id="idm255238838304" shape="rect"> </a><h2>DESCRIPTION</h2><p>
IMAP over SSL requires a valid, signed, X.509 certificate. The default
location for the certificate file is
<code class="filename">/etc/courier/imapd.pem</code>.
<span class="command"><strong>mkimapdcert</strong></span> generates a self-signed X.509 certificate,
mainly for
testing.
For production use the X.509 certificate must be signed by a
recognized certificate authority, in order for mail clients to accept the
certificate.</p><p>
<code class="filename">/etc/courier/imapd.pem</code> must be owned by the
courier user and
have no group or world permissions.
The <span class="command"><strong>mkimapdcert</strong></span> command will
enforce this. To prevent an unfortunate accident,
<span class="command"><strong>mkimapdcert</strong></span>
will not work if <span class="command"><strong>/etc/courier/imapd.pem</strong></span> already exists.</p><p>
<span class="command"><strong>mkimapdcert</strong></span> requires
<span class="application">OpenSSL</span> to be installed.</p></div><div class="refsect1"><a id="idm255233553856" shape="rect"> </a><h2>FILES</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">/etc/courier/imapd.pem</span></dt><dd>
X.509 certificate.
</dd><dt><span class="term">/etc/courier/imapd.cnf</span></dt><dd>
Parameters used by OpenSSL to
create the X.509 certificate.
</dd></dl></div></div><div class="refsect1"><a id="idm255233549488" shape="rect"> </a><h2>SEE ALSO</h2><p>
<a class="ulink" href="courier.html" target="_top" shape="rect"><span class="citerefentry"><span class="refentrytitle">courier</span>(8)</span></a></p></div></div></body></html>
|