27 lines
1.3 KiB
PHP
27 lines
1.3 KiB
PHP
<? /*
|
|
Copyright (C) 2004 by Duane Groth <duane_at_CAcert_dot_org>
|
|
|
|
This file is part of CAcert.
|
|
|
|
CAcert has been released under the CAcert Source License
|
|
which can be found included with these source files or can
|
|
be downloaded from the internet from the following address:
|
|
http://www.cacert.org/src-lic.php
|
|
|
|
CAcert is distributed WITHOUT ANY WARRANTY; without even
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
PARTICULAR PURPOSE. See the License for more details.
|
|
*/ ?>
|
|
<h3><?=_("Help!")?></h3>
|
|
<p><?=_("Following are several tips you may find useful.")?></p>
|
|
|
|
<ul>
|
|
<li><a href='help.php?id=1'><?=_("Certificate retrieval proposal")?></a></li>
|
|
<li><a href='help.php?id=3'><?=_("Generating a new key pair and CSR for IIS 5.0")?></a></li>
|
|
<li><a href='help.php?id=4'><?=_("How do I generate a private key and CSR using OpenSSL?")?></a></li>
|
|
<li><a href='logos.php'><?=_("How do I get a secured by CAcert emblem on my site?")?></a></li>
|
|
<li><a href='help.php?id=6'><?=_("How do I get a server certificate from CAcert?")?></a></li>
|
|
<li><a href='help.php?id=7'><?=_("How does CAcert protect its root private key?")?></a></li>
|
|
<li><a href='help.php?id=9'><?=_("How can I do a single sign on similar to CAcert using client certificates?")?></a></li>
|
|
<li><a href='http://wiki.cacert.org'><?=_("Unofficial FAQ/Wiki")?></a></li>
|
|
</ul>
|