Changes

Jump to navigation Jump to search
263 bytes added ,  00:09, 23 March 2009
Line 203: Line 203:     
=== Uninstall ===
 
=== Uninstall ===
 +
To uninstall the contrib from your server, just run the following commands:
 
  yum remove smeserver-phpki phpki
 
  yum remove smeserver-phpki phpki
remove /opt/phpki manually if you want to delete all your certificates.
  −
  −
(can we suggest anything on the value of the certificates and how to create a backup of them? /opt/phpki not only contains certificates, but also html/php code that we don't want if we remove the phpki tool and want to keep certificates. (merci ;-) )
  −
rm -rf /opt/phpki
  −
then
   
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
 
  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:
 +
rm -rf /opt/phpki/html
 +
}}
 +
 +
Certificates and PKI configuration are stored in /opt/phpki/phpki-store.
 +
{{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
 +
tar cvzf ~/phpki-backup.tar.gz ./phpki-store/
 +
}}
    
=== Bugs ===
 
=== Bugs ===

Navigation menu