Tumgik
#4dwebstar
websecurityupdates · 8 years
Text
Step by Step Guilde to Install SSL Certificate on 4D Webstar 4.x Server
4D Webstar is an HTTP server that works on MAC and Windows platforms & provides powerful and effective solution for application and database development.
Here are the steps to install an SSL certificate on 4D Webstar 4.x Server.
Step 1. Download and Extract certificate files.
After purchasing SSL certificate, your certification authority will send you an email which includes a *.Zip file. This *.Zip file contains your Primary SSL certificate, Intermediate and Root certificates. Extract this *.Zip file on your server directory where you want to store all your certificates.
Step 2. Create the PEM File
To Install SSL certificate on 4D Webstar 4.x server, Webstar server requires a text file with .pem extension.
To create .pem file
(1) Create a text file with name ‘myCertificate’ and save it with extension .pem.
(2) Open all your certificates in any text editor, copy the encrypted data (Including BEGIN CERTIFICATE———–END CERTIFICATE) and paste it on to myCertificate.pem File in the flowing order.
(i) Primary certificate’s encrypted data
(ii) Intermediate certificate’s encrypted data
(iii) Root certificate’s encrypted data
(iv) Now your myCertificate.pem file is ready and it will look like,
----BEGIN CERTIFICATE---- Primary certificate’s encrypted data ----END CERTIFICATE---- ----BEGIN CERTIFICATE---- Intermediate certificate’s encrypted data ----END CERTIFICATE---- ----BEGIN CERTIFICATE---- Root certificate’s encrypted data ----END CERTIFICATE----
Read full SSL Installation Article here - http://bit.ly/1VPAv3F
2 notes · View notes