How to use openssl to create a certificate (CER) and PFX file to connect to Azure using the App Controller
First create the certificate for upload to the Azure account via the Azure web page: jonas@nyx:~$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.cer It ...

