In this readme we will use the eds.equinor.com
domain as an example. Can be done for any sub domain, given you have setup correct DNS/Re-routing.
Run in terminal
openssl req -new -newkey rsa:2048 -nodes -keyout eds.equinor.com.key -out request.csr
Create a request for Public SSL Certificate in Service Now, here. Send the contents of the request.csr
generated in step 1.
Once you have recieved the certificate in step 2 (usually as a .pem
or .txt
file), use this to generate a .pfx
for uploading the information to your portal.azure.com serivce and assign to SSL binding
Run in terminal:
openssl pkcs12 -export -out eds.equinor.com.pfx -inkey eds.equinor.com.key -in certificate.pem
Follow the guide here for uploading pfx
file and managing SSL bindings thats relevant for your Azure app service.