Frequently Asked Questions

Other Languages: Dansk Deutsch Ελληνικά English Español Suomi Filipino Français Indonesian Italiano Japanese Korean Malay Bokmål Nederlands Polski Português - Brasil Русский Svenska Thai Türkçe Українська Vietnamese Chinese Taiwan Chinese

Installing an SSL Certificate in Apache (CentOS)

Print this Article
Recently Updated: July 23, 2015 1:57 PM

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.

Também pode transferir o pacote de certificados intermediários do repositório.

Como instalar o SSL e os certificados intermediários

  1. Copie o ficheiro do certificado SSL e o ficheiro do pacote de certificados para o servidor Apache. Deve ter ao seu dispor um ficheiro de chave no servidor quando gerou o seu pedido de certificado.
  2. Locate the following directives in either your httpd.conf or ssl.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
  3. Salve seu arquivo de configuração e reinicie o Apache.

Como reiniciar o seu servidor da internet

O procedimento necessário para reiniciar o Apache depende consideravelmente da sua plataforma SO. Em plataformas semelhantes ao Unix (Linux, Solaris, HP-UX, etc.) terá de executar normalmente um script para parar e reiniciar o daemon httpd. No Windows, terá de parar e reiniciar normalmente o serviço Apache na consola administrativa Serviços. Consulte a documentação do seu fornecedor de SO ou a documentação do Apache.

O Certificado SSL está instalado. Caso tenha problemas, consulte Where can I get information about my SSL's configruation? para ajudá-lo a diagnosticá-los.