Set up SSL for OmniPage Licensing Agent
You can use a certificate to add SSL to your OPLA website.
If you need an SSL connection to your OPLA website, do the following.
-
Run the following command to create a self-signed SSL certificate, then answer
the questions asked by OpenSSL.
openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out example.crt -keyout example.key -
Run the following command to convert the SSL certificate to PFX format, and
provide a password.
openssl pkcs12 -export -out cert.pfx -inkey example.key -in example.crt - Edit the /usr/local/lib/omnipage-licensing-agent-1.2/appsettings.json configuration file as follows:.
-
Restart the service.
opla service -restart