Changes

Jump to navigation Jump to search
293 bytes added ,  14:32, 23 March 2009
no edit summary
Line 208: Line 208:  
  sv t /service/httpd-e-smith
 
  sv t /service/httpd-e-smith
   −
{{Note box|As many other rpms, removing phpki won't remove everything from your server. Especially certificates will be kept, and some php file. The php files are in /opt/phpki/html, and can be removed manually with:
+
{{Note box|As many other rpms, removing phpki won't remove everything from your server. Especially certificates will be kept, and some php file.
rm -rf /opt/phpki/html
   
}}
 
}}
   −
Certificates and PKI configuration are stored in /opt/phpki/phpki-store.
+
Certificates and PKI configuration are stored in /opt/phpki/phpki-store, php files are in /opt/phpki/html
 
{{Warning box|These files can be very important, so my recommendation is to let them here. If you really want to remove them, just backup them before:
 
{{Warning box|These files can be very important, so my recommendation is to let them here. If you really want to remove them, just backup them before:
 
  cd /opt/phpki
 
  cd /opt/phpki
  tar cvzf ~/phpki-backup.tar.gz ./phpki-store/
+
  tar cvzf ~/phpki-backup.tar.gz ./
 +
Now you can remove the entire /opt/phpki directory
 
}}
 
}}
 +
 +
=== Re-install ===
 +
If you have removed the contrib, and want to re-install it, you'll need to follow these steps after you have installed the rpms:
 +
 +
cd /opt/phpki/html/
 +
rm -f index.php
 +
rm -f setup.php
 +
ln -s main.php index.php
 +
cat config.php.rpmsave > config.php
 +
cd ca
 +
rm index.php
 +
ln -s main.php index.php
 +
    
=== Bugs ===
 
=== Bugs ===

Navigation menu