Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Generate a 2048-bit .p12 certificate

Update 07/02/2026

This guide explains how to obtain an SSL certificate of the .p12 2048-bit type, which is useful for SAP, Salesforce, etc., from the Infomaniak infrastructure.

 

Obtaining a p.12 certificate

A p.12 certificate is a container that includes the certificate, intermediate CAs, and the key itself.

It is possible to create this type of certificate yourself from what can be downloaded from the Infomaniak Manager:

  1. Order a certificate for the domain sap.domain.xyz by providing a CSR (which means you have the private key, named for example server.key)
  2. Download the certificate generated in the Infomaniak Manager: sap.domain.xyz-15-03-2024.zip
  3. Unzip the archive
  4. Run this:

    openssl pkcs12 -export -out server.p12 -inkey server.key -in sap.domain.xyz.crt -certfile ca_bundle.crt

A server.p12 file will then be obtained.

If the certificate was generated without a CSR, the .key file in the downloaded zip file will be used as the key.


Has this FAQ been helpful?