Hello everyone,
We've successfully installed the ARIS server on a Windows instance hosted on AWS. We've also configured an A Record via GoDaddy, which now allows us to access the server over the internet.
However, the current access is via an unsecured https:// URL. I understand that to secure the connection, we need to install an SSL certificate on the server.
According to the ARIS documentation, we need to generate a .cer and a .key file, zip them together, and then apply them as an enhancement through ACC. The part I’m unclear about is how to generate these .cerand .key files.
I’ve already purchased an SSL certificate through GoDaddy. Could anyone provide detailed steps or guidance on how to generate the required files from this certificate?
Any help would be greatly appreciated!
Thanks in advance,
Sumit
Alexander Cherednichenko on
Hi,
I'm not sure regarding .cer extension in your case. We always convert those files to .crt (according to the Guide, p.3.1.1)
For this I use open ssl tool, the comand could look like this:
C:\Certificates>"C:\Program Files\OpenSSL-Win64\bin\openssl.exe" pkcs12 -in aris-cert.pfx -clcerts -nokeys -out aris-cert.crt
Since you have .crt