Updating Panorama SSL Certs
Prerequisites
To renew the Panorama SSL Certificate follow the existing process to either generate a Gandi.net or Let’s Encrypt certificate.
This guide with assume the certificate is in a PKCS12 format (.pfx file which contains both the private key and certificate) and is password protected. If you downloaded the certificate from Azure KeyVault it will not has a password. The steps below will allow to you add a password.
- Convert the PFX file to a PEM file
bash openssl pkcs12 -in original-file.pfx -out temp.pem -nodes
- Convert the PEM file back to a PFX file, specifying the password when prompted
bash openssl pkcs12 -export -out cert-with-password.pfx -in temp.pem
Updating the Panorama SSL Certificate
- Navigate to Panorama, if the certificate has already expired you won’t be able to access via App Proxy. Instead you will need to connect via the VPN.
- Login using your HMCTS or Justice credentials. (Panorama local admin credentials will also work.)
- Navigate to
Panorama
>Certificate Management
>Certificates
. - Click on the
Import
button. - Provide a name, upload your
.pfx
file and selectEncrypted Private Key and Certificate (PKCS12)
as the File Format. - Enter the password for the
.pfx
file. - Click
OK
to import the certificate. - Navigate to
Panorama
>Certificate Management
>SSL/TLS Service Profile
. - Edit the profile, update the certificate drop down to the new certificate.
- Click
OK
to save the changes. - Commit the changes to Panorama.
This page was last reviewed on 19 February 2025.
It needs to be reviewed again on 19 February 2026
by the page owner platops-build-notices
.
This page was set to be reviewed before 19 February 2026
by the page owner platops-build-notices.
This might mean the content is out of date.