How Can We Help?

Installation instructions for SSL certificates for Stronghold

You are here:
This post provides instructions on how to install SSL certificates. If you cannot use these instructions for your server, Sectigo recommends that you either contact the manufacturer of your software or an organization that supports Stronghold.

Step 1. Download the Secorio RSA CA certificate

  1. Download the intermediate CA certificate via this link down : Sectigo
    Select the appropriate intermediate CA certificate for your SSL certificate type.
    NOTE : To check which type of certificate you have purchased, check the contents of the ZIP file by clicking the link provided.
  2. Copy the intermediate CA certificate and paste it into an editor.
  3. Make sure there are 5 dashes on both sides of the BEGIN CERTIFICATE and END CERTIFICATE and that no spaces, extra line breaks, or extra characters have been accidentally added.
  4. Save the file as Sectigorsaca.crt . The file can be saved in an easily accessible location. For example: / usr / local / ssl
  5. Fügen Sie den Inhalt in die Datei ‹ ssl / certs / Sectigorsaca.crt ‹ in Ihrem ServerRoot-Verzeichnis ein
  6. Change the SSLCACertificateFile directive in your httpd.conf file to the following directive: SSLCACertificateFile certs / Sectigorsaca.crt

 

Step 2. Download your SSL certificate

  1. The Sectigo certificate will be sent by email. The certificate is included as an attachment (Cert.cer) and embedded in the text of the email.
  2. Copy the certificate, fügen
    Sie es mit Vi oder Notepad in eine Textdatei ein und speichern Sie es mit der Erweiterung .crt. Verwenden Sie kein Microsoft Word oder andere Textverarbeitungsprogramme, die möglicherweise Zeichen hinzufügen.Die Textdatei sollte wie
    folgt aussehen: —– BEGIN CERTIFICATE —–

    [codierte Daten]

    —– END CERTIFICATE —– Stellen

    Sie sicher, dass sich zu beiden Seiten von BEGIN CERTIFICATE und END 5 Striche befinden ZERTIFIKAT und dass keine Leerzeichen, zusätzliche Zeilenumbrüche oder zusätzliche Zeichen versehentlich hinzugefügt wurden.

    Sie können das Zertifikat auch von Ihrem Sectigo-Konto herunterladen.
    HINWEIS:  Wenn Sie das Zertifikat von Ihrem Sectigo-Konto herunterladen , wählen Sie bitte Download Zip (Zip herunterladen) und extrahieren Sie den Inhalt. Kopieren Sie nur den InhaltEnd-Entity-Zertifikat .

  3. Save the file together with the intermediate file in a directory on the server. For example: / usr / local / ssl

 

Step 3. Install the SSL certificate
  1. Run getca and enter both the name of the server to which the certificate belongs and the name of the temporary certificate file.
    Zum Beispiel:  # getca Hostname / tmp / <temporärer Dateiname>
  2. This saves the SSL certificate in the file SSLTOP / certs / hostname.cert. Remove the temporary file.
    For example: # rm / tmp /
  3. Restart the server
  4. Use the Qualys SSL Analayzer to verify that your Certificate is installed correctly

Stronghold

Weitere Informationen finden Sie auf der Stronghold Suport-Website

Table of Contents