Installing an SSL Certificate in Apache (CentOS)
After your certificate request is approved, you can download your SSL and intermediate certificate from within the SSL application. For more information see Downloading Your SSL Certificate. Both of these files must be installed on your Web server.
These instructions do not apply to Ubuntu servers running Apache.
Vous pouvez également télécharger le bundle de certificats intermédiaires à partir du référentiel.
Comment installer le certificat SSL et le certificat intermédiaire
- Copiez votre fichier de certificat SSL et le fichier-bundle de certificats sur votre serveur Apache (ce serveur doit déjà contenir le fichier de clé qui a été généré automatiquement lorsque vous avez émis votre demande de certificat).
- Locate the following directives in either your
httpd.conf
orssl.conf
file (which files you use depends on how you configured Apache). If one or more of them are currently commented out, uncomment them by removing the#
character from the beginning of the line. Set the values of these directives to the absolute path and filename of the appropriate file, based on your version of Apache:Apache Version < 2.4.8 Directive Path to Enter SSLCertificateFile Certificate file path SSLCertificateKeyFile Key file path SSLCertificateChainFile Intermediate bundle path Apache Version 2.4.8+ Directive Path to Enter SSLCertificateFile Certificate file path SSLCertificateKeyFile Key file path SSLCACertificatePath Intermediate bundle path - Enregistrez votre fichier de configuration et relancez Apache.
Comment relancer votre serveur Web
La marche à suivre pour relancer Apache dépend du système d'exploitation utilisé. Sur les plates-formes de type UNIX (Linux, Solaris, HP-UX, etc.), vous devrez généralement exécuter un script pour arrêter et relancer le démon httpd. Sous Windows, vous pouvez généralement arrêter et relancer le service Apache dans la console d'administration Services. Pour plus de détails, consultez la documentation ou l'aide en ligne de votre système d'exploitation ou la documentation Apache.
Votre certificat SSL est maintenant installé. Si vous rencontrez des difficultés, consultez : Where can I get information about my SSL's configruation?.