forked from melvincarvalho/foafme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocumentation.php
39 lines (22 loc) · 1.04 KB
/
documentation.php
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
32
33
34
35
36
37
38
39
<?php
session_name('phpMyID_Server');
session_start();
include('head.php'); ?>
<body id="tools_scrollable">
<div id="wrap">
<?php include('header.php'); ?>
<h2><strong>Server Setup</strong></h2>
<ul>
<a href="/Tests/Enabling_SSL_Client_Certificates_on_Apache.php">Enabling SSL Client Certificates on Apache</a>
</ul>
<h2><strong>Diagnostic Tools</strong></h2>
<ul>
<a href="/Tests/RDF_Representation_of_a_X.509_Client_Certificate.php"><h3>RDF Representation of a X.509 SSL Client Certificate</h3></a>
<a href="/Tests/simpleCert.php"><h3>Simple Create Client Certificate and corresponding FOAF File</h3></a>
<a href="/Tests/simple_KEYGEN_CreateClientCertificate.php"><h3>Simple KEYGEN based Create Client Certificate Page</h3></a>
<a href="/Tests/simpleCreateClientCertificate.php"><h3>Simple Create Client Certificate Page</h3></a>
See Also: <a href="/Tests/Using_PHP_to_create_X.509_Client_Certificates.php">[Using PHP to create self-signed X.509 Client Certificates]</a>
</ul>
</div>
</body>
</html>