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