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.
Du kan også laste ned den tilhørende sertifikatpakken fra databasen.
Installere SSL og tilhørende sertifikater
- Kopier SSL-sertifikatfilen og sertifikatpakken til Apache-serveren. Du skal allerede ha en nøkkelfil på serveren fra da du opprettet sertifikatforespørselen.
- 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 - Lagre konfigurasjonsfilen og start Apache på nytt.
Omstarte din Web-server
Prosedyren for omstart av Apache er veldig avhengig av din OS-plattform. På Unix-liknende plattformer (Linux, Solaris, HP-UX osv.) kjører du vanligvis et skript for å stoppe og starte http demon. På Windows vil du vanligvis stoppe og starte Apache-tjenesten under Tjenester i administratorkonsollet. Se dokumentasjonen til din OS-leverandør eller Apache-dokumentasjonen.
SSL-sertifikatet er installert. Hvis du har problemer, kan du se Where can I get information about my SSL's configruation? for hjelp med feilsøking.