File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- -e Options FollowSymLinks
2
- -e php_flag register_globals off
3
- -e php_flag register_long_arrays on
4
- -e AddType application/x-x509-ca-cert .crt .pem
5
- -e AddType application/pkix-crl .crl
6
- -e AddType application/pkix-cert .cer .der
1
+ Options FollowSymLinks
2
+ php_flag register_globals off
3
+ php_flag register_long_arrays on
4
+ AddType application/x-x509-ca-cert .crt .pem
5
+ AddType application/pkix-crl .crl
6
+ AddType application/pkix-cert .cer .der
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Unpack the PHPki tarball onto your web server. For example:
60
60
cp phpki.tar.gz /var/tmp
61
61
cd /var/www/html
62
62
tar -xzvf /var/tmp/phpki.tar.gz
63
+ chown <apache-user> -R phpki/
63
64
64
65
To configure the certificate authority and create your root certificate,
65
66
point your browser to where you unpacked PHPki. For example:
Original file line number Diff line number Diff line change 1
- -e <?php
1
+ <?php
2
2
header ("Location: ./../index.php " );
3
3
?>
Original file line number Diff line number Diff line change 7
7
printHeader ('setup ' );
8
8
print '<center><font color=red><h1>READ ME</h1></font></center> ' ;
9
9
print '<pre> ' ;
10
- readfile ('./README ' );
10
+ readfile ('./README.md ' );
11
11
print '</pre> ' ;
12
12
printFooter ();
13
13
?>
You can’t perform that action at this time.
0 commit comments