2005-02-16 18:11:53 +00:00
|
|
|
<? /*
|
2008-04-06 19:45:09 +00:00
|
|
|
LibreSSL - CAcert web application
|
|
|
|
Copyright (C) 2004-2008 CAcert Inc.
|
2005-02-16 18:11:53 +00:00
|
|
|
|
2008-04-06 19:45:09 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; version 2 of the License.
|
2005-02-16 18:11:53 +00:00
|
|
|
|
2008-04-06 19:45:09 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2005-02-16 18:11:53 +00:00
|
|
|
|
2008-04-06 19:45:09 +00:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2005-02-16 18:11:53 +00:00
|
|
|
*/ ?>
|
2004-10-16 00:28:17 +00:00
|
|
|
<h3><?=_("Help!")?></h3>
|
|
|
|
<p><?=_("Following are several tips you may find useful.")?></p>
|
|
|
|
|
|
|
|
<ul>
|
2005-05-25 03:41:55 +00:00
|
|
|
<li><a href='help.php?id=3'><?=_("Generating a new key pair and CSR for IIS 5.0")?></a></li>
|
2004-10-16 00:28:17 +00:00
|
|
|
<li><a href='help.php?id=4'><?=_("How do I generate a private key and CSR using OpenSSL?")?></a></li>
|
2004-11-18 23:21:15 +00:00
|
|
|
<li><a href='logos.php'><?=_("How do I get a secured by CAcert emblem on my site?")?></a></li>
|
2005-05-25 03:41:55 +00:00
|
|
|
<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>
|
2005-02-16 18:11:53 +00:00
|
|
|
<li><a href='help.php?id=9'><?=_("How can I do a single sign on similar to CAcert using client certificates?")?></a></li>
|
2008-09-03 18:12:18 +00:00
|
|
|
<li><a href='http://wiki.cacert.org/'><?=_("Unofficial FAQ/Wiki")?></a></li>
|
2004-10-16 00:28:17 +00:00
|
|
|
</ul>
|