Introduction

If you’re using the Sophos UTM9 as a reverse proxy then you will need to install certificates on the UTM to present to the client when they are browsing those secured sites. The UTM will need the file in the pkcs12 format.

Solution

Generate the file from your pem encoded certificates using openssl:

openssl pkcs12 -export -in <the file you got from the signing company>.crt -inkey <private key file name>.key -out <your filename>.p12

Sources:

https://community.sophos.com/kb/en-us/118084

https://www.sslshopper.com/article-most-common-openssl-commands.html

Sophos UTM9 Reverse Proxy Certificates
Tagged on:                 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.