HTTPS Access to Remedio Web UI
This document guides you through the process of creating a certificate request and private key for the Remedio application and signing it using your organizational Certificate Authority (Root CA / Sub CA).
Log in to the Remedio server using SSH (via PuTTY or terminal), on port 12222.
Download the following script and copy it to Remedio App Server
Run the script generate_cert_script.sh and fill in the required details as prompted
ubuntu@gytpol-services:~$ . generate_cert_script.shEnter the FQDN (Fully Qualified Domain Name) of the Remedio server as defined in your DNS:
Enter DNS.1 (e.g., remedio-app.mydomain.com):Enter the same name as above, but without the domain part:
Enter DNS.2 (e.g., remedio-app):Specify the full path where the certificate request and key files should be saved:
Enter output directory path (e.g., /etc/ssl/certs or ./):Enter the desired name for the files that will be created
Enter certificate file name (without extension, e.g., test.mydomain.com):In the next steps you’ll need to specify your organization’s details, as follows (examples added):
Country Name (2 letter code): IL State or Province Name (full name) []: Israel Locality Name (eg, city) []: Tel Aviv Organization Name (eg, company) []: Your ORG name Organizational Unit Name (eg, section) []: Your server’s AD OU Common Name (eg, your name or your servers hostname) []: Your Remedio Server FQDNNavigate to the location you specified in step 6
Run the command:
cat [CertificateFileName.csr]Copy the certificate’s data:
Log in to your Root CA / Sub CA server
When using Sub CA make sure the Root CA certificate is published to Remedio Admins domainOpen internet Explorer, and browse to http://ServerName/certsrv
If Web UI is not allowed, run the following Command:
certreq.exe -attrib "CertificateTemplate:WebServer" -submit "C:\CSRfile\Path\https.csr"Select where to save the certificate file
Click “Request a certificate”
Click “advanced certificate request”
Click “Submit a certificate request…”
Fill in the relevant information as follows:
Paste the certificate’s data, copied in step 6 to the marked text box
Certificate Template: Web Server
Click “Submit”
Select “Base 64 encoded”, and download the certificate
Save the certificate
Browse to the certificate’s location and copy it to Remedio Server
Run the command:
Sudo gyt add-ssl-certificate [/your/folder/location/CertFile.crt] [/your/folder/location/KeyFile.key]You can now browse to Remedio using Secured connection (HTTPS)