
Need multiple certificates? Buy in bulk and save £££s. Click Here to find out more
C2Net Stronghold
Installing your SSL Certificate / Web Server Certificate / Secure Server Certificate from ssl247.co.uk
Firstly when your issuance email arrives you will have two certificates in the email - your server certificate and a UTN chained certificate.
Copy the UTN chained certificate into a text editor
such as notepad and save as chain.txt.
Copy your web server certificate into a text editor
such as notepad and save as yourdomain.txt.
Install the Intermediate Certificate
On startup, Stronghold loads CA certificates from the file specified by the SSLCACertificateFile entry in its 'httpd.conf' file.
Install your web server certificate
Your certificate will be sent to you by email. The email message includes the web server certificate that you purchased in the body of the email message.
Copy the certificate from the body of the email and paste it into a text editor (such as notepad) to create text files.
Include ----BEGIN CERTIFICATE---- and ----END CERTIFICATE----. Press (Ctrl-D).
stronghold/bin/strongholdctl restart
Or if the server is not running
stronghold/bin/strongholdctl start
Test your certificate by using a browser to connect to your server. Use the https protocol directive (e.g. https://your server/) to indicate you wish to use secure HTTP. The padlock icon on your browser will be displayed in the locked position if your certificates are installed correctly and the server is properly configured for SSL.
|