added instruction step regarding permissions

otherwise unlink, altering config and creating new symlinks all fails after setup
This commit is contained in:
Olivier Bilodeau
2012-03-07 14:09:05 -05:00
parent f72da73e30
commit adc3e71729

View File

@@ -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: