Merge pull request #1 from inverse-inc/master
Fixes a few erroneous locations, statements, and missing setup steps.
This commit is contained in:
12
.htaccess
12
.htaccess
@@ -1,6 +1,6 @@
|
|||||||
-e Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
-e php_flag register_globals off
|
php_flag register_globals off
|
||||||
-e php_flag register_long_arrays on
|
php_flag register_long_arrays on
|
||||||
-e AddType application/x-x509-ca-cert .crt .pem
|
AddType application/x-x509-ca-cert .crt .pem
|
||||||
-e AddType application/pkix-crl .crl
|
AddType application/pkix-crl .crl
|
||||||
-e AddType application/pkix-cert .cer .der
|
AddType application/pkix-cert .cer .der
|
||||||
|
@@ -60,6 +60,7 @@ Unpack the PHPki tarball onto your web server. For example:
|
|||||||
cp phpki.tar.gz /var/tmp
|
cp phpki.tar.gz /var/tmp
|
||||||
cd /var/www/html
|
cd /var/www/html
|
||||||
tar -xzvf /var/tmp/phpki.tar.gz
|
tar -xzvf /var/tmp/phpki.tar.gz
|
||||||
|
chown <apache-user> -R phpki/
|
||||||
|
|
||||||
To configure the certificate authority and create your root certificate,
|
To configure the certificate authority and create your root certificate,
|
||||||
point your browser to where you unpacked PHPki. For example:
|
point your browser to where you unpacked PHPki. For example:
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
-e <?php
|
<?php
|
||||||
header("Location: ./../index.php");
|
header("Location: ./../index.php");
|
||||||
?>
|
?>
|
||||||
|
@@ -7,7 +7,7 @@ include('./include/common.php');
|
|||||||
printHeader('setup');
|
printHeader('setup');
|
||||||
print '<center><font color=red><h1>READ ME</h1></font></center>';
|
print '<center><font color=red><h1>READ ME</h1></font></center>';
|
||||||
print '<pre>';
|
print '<pre>';
|
||||||
readfile('./README');
|
readfile('./README.md');
|
||||||
print '</pre>';
|
print '</pre>';
|
||||||
printFooter();
|
printFooter();
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user