How to install SSL certificate on APACHE Server that comes with scriptcase?

Can someone share a document or a note on how to install the SSL certificate on an APACHE server that comes with Scriptcase 9.7? I am using the out-of-the-box functionality of Scriptcase. Both my environments i.e development and production are working fine. I am now exposing it to the internet so that the project is accessible over the internet, anytime anywhere.

I hope, you understand my situation and if not, let me know so that I share more information.

I may not be the only customer doing this on the windows platform. There may be thousands. How are they deploying it securely on APACHE Server that comes with Scriptcase?

Awaiting to hear from you.

Thanking you in advance.

Guys, any input please?

Hello…
Try this…
In …\apache\conf\ssl.cert copy the cert file, and the key file

in …\apache\conf\extra\httpd-ssl.conf , edit, and , in #Server Certificate
SSLCertificateFile “conf/ssl.crt/YourCertificate.crt”
#SSLCertificateFile “conf/ssl.crt/server.crt”

and in # Server Private Key:
SSLCertificateKeyFile “conf/ssl.key/YourPrivateKey.key”
#SSLCertificateKeyFile “conf/ssl.key/server.key”

Then, restart…

We did the configuration as given but still not working.

SSLEngine on

SSLCertificateFile “E:\NetMake\v9-php73\components\apache\conf\star_jbpharma_com.crt”
#SSLCertificateFile “${SRVROOT}/conf/server-dsa.crt”

SSLCertificateKeyFile “E:\NetMake\v9-hp73\components\apache\conf\star_jbpharma_com.key”