Correct way to import certificates into MSG - WithSecure Community
<main>
<article class="userContent">
<h3 data-version="3" data-article="000021114">Issue:</h3>
<p>What is the correct way to combine certificate(s) and key into one file that can be imported into MSG?</p>
<h3>Resolution:</h3>
<p>The files provided by the Certificate Authority needs to be assembled in the following order: Appliance certificate, any intermediate certificate(s), Private key.<br>The data can be bundled together in your text editor of choice, and then saved as a .pem-file to be imported into the MSG appliance.<br>The end result might look something like this:<br><br>----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br>----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br>----BEGIN PRIVATE KEY-----<br><br>-----END PRIVATE KEY-----</p>
<p>Article no: 000021114</p>
</article>
</main>