Import proxy certificates
If your HTTPS proxy replaces the certificates for your target URLs, you must import the proxy certificates into Process Extractor for ARIS Process Mining.
Prerequisite
OpenSSL is installed. Note that OpenSSL is available by default on Linux systems.
Open a web browser on the computer, where Process Extractor is installed.
Configure the network settings of the web browser. The procedure depends on the web browser you use.
Enable the manual proxy configuration.
Specify the settings of your proxy server.
Save your setting.
Open the URL to ARIS Process Mining in the web browser, for example, "https://mc.ariscloud.com". If you have a self-signed certificate with your organization as the root-ca, you see a warning that it is not safe to browse this website.
On the warning page, click View certificate.
On the certificate page, scroll down to download the certificate. There are two download links ("PEM"): One for the certificate and one for the certificate chain. Download the certificate chain.
To change the PEM certificate to CRT certificate, run the following command in a shell:
openssl x509 -outform der -in <downloaded>.pem -out <converted>.crt
Navigate to the <Process Extractor installation>\jre\bin directory.
To import the certificate into the keystore, run the following command in a shell:
keytool -import -trustcacerts -alias ProxyCert -file <converted>.crt -cacerts -storepass changeit -noprompt
Restart Process Extractor.
You imported a proxy certificate into Process Extractor for ARIS Process Mining.