Line 108: |
Line 108: |
| Cette partie va vous expliquer comment importer vous certificats créer avec openvpn-bridge dans PHPki. | | Cette partie va vous expliquer comment importer vous certificats créer avec openvpn-bridge dans PHPki. |
| | | |
− | * Premièrement, you need to install the contribs as it's explain on this page (you can enter anything for the configuration of the CA, all your old parameters will be restored) | + | * Premièrement, vous avez besoin d'installer la contribs expliqué sur cette page (vous pouvez saisir n'importe quoi pour la configuration du CA, tous vos anciens paramètres seront restaurés) |
| | | |
− | * Second, you need to copy this script on your server (for example as /root/migrate.sh) and execute it as root. | + | * Deuxièmement, vous avez besoin de copier ce script sur votre serveur (par exemple /root/migrate.sh) et de l'executer en root. |
| | | |
− | {{Warning box|Of course, take some time to read this script before runing it as root.}} | + | {{Warning box|Bien sur, prenez le temps de le lire avant de l'executer en root.}} |
| | | |
| | | |
Line 234: |
Line 234: |
| perms | | perms |
| | | |
− | | + | Maintenant, retourner dans le Server-Manager dans la gestion des certificats et vérifiez que tous vos anciens certificats sont bien présent. |
− | Now, go in the server-manager, in "Manage Certificates" and check your old certificates are here.
| |
| | | |
| === Désintallation === | | === Désintallation === |
− | To uninstall the contrib from your server, just run the following commands:
| + | Pour procéder à la désinstallation, executez les commandes suivantes : |
| yum remove smeserver-phpki phpki | | yum remove smeserver-phpki phpki |
| 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. | + | {{Note box|Comme beaucoup d'autres RPMs, supprimer PHPki ne va pas le faire disparaître totalement de votre serveur. Surtout les certificats, ils seront conservés et certains fichiers PHP aussi.}} |
− | }} | + | |
| + | Les certificats et fichier de configuration PKI sont stocké ici : /opt/phpki/phpki-store, Les fichiers PHP sont ici : /opt/phpki/html |
| + | |
| + | {{Warning box|Ces fichiers peuvent être très important, je vous recommande de les laissers ici. Si vous souhaitez réellement les supprimés, faites donc un petit backup avant : |
| | | |
− | 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 remain here. If you really want to remove them, just backup them before:
| |
| cd /opt/phpki | | cd /opt/phpki |
| tar cvzf ~/phpki-backup.tar.gz ./ | | tar cvzf ~/phpki-backup.tar.gz ./ |
− | Now you can remove the entire /opt/phpki directory
| |
− | }}
| |
| | | |
− | === Ré-installation === | + | A présent vous pouvez vider complétement le répertoire /opt/phpki }} |
− | 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:
| + | |
| + | === Réinstallation === |
| + | Si vous souhaitez réinstaller la contribs, vous avez besoins de suivre ces étapes après avoir réinstaller les RPMs : |
| | | |
| cd /opt/phpki/html/ | | cd /opt/phpki/html/ |
Line 266: |
Line 266: |
| | | |
| === Bugs === | | === Bugs === |
− | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
| + | |
− | and select the smeserver-phpki component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpki|title=this link}}
| + | Merci de signaler tous bugs dans la section dédié sur [http://bugs.contribs.org/enter_bug.cgi bugzilla] |
| + | selectionnez smeserver-phpki ou utilisez {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpki|title=this ce lien}} |
| | | |
| ---- | | ---- |
| [[Category:Contrib]] | | [[Category:Contrib]] |
| [[Category:Administration:Certificates]] | | [[Category:Administration:Certificates]] |