SSL certificate conversion to Base64 format
Encode signing certificates in the Base64 format for countries that require it.
Before you can use a signing certificate with Sovos, you must convert it to the Base64 format. Depending on your organization's setup, you may have either a single certificate.pfx file or multiple certificate files that you must first combine into a PKCS #12 file before you can convert it to Base64.
Not all countries require signing certificates. For more details, see the country setup guide for the country you are implementing.
Convert an SSL certificate to Base64 format on Windows
-
If your organization has a single certificate file, obtain certificate.pfx.
Note:In that case, you can convert the file directly to the Base64 encoding format.
-
If your organization has multiple certificates, obtain and copy these files to the same folder:
-
server.key (private key)
-
server.crt (certificate file)
-
ca-chain.crt (Intermediate Certificate Authority file)
Note:In that case, you must combine these SSL certificate files into PKCS #12 before converting them to the Base64 encoding format.
-
-
Install Win64 OpenSSL on your local machine.
Convert an SSL certificate to Base64 format on Linux
-
If your organization has a single certificate file, obtain certificate.pfx.
Note:In that case, you can convert the file directly to the Base64 encoding format.
-
If your organization has multiple certificates, obtain and copy these files to the same folder:
-
server.key (private key)
-
server.crt (certificate file)
-
ca-chain.crt (Intermediate Certificate Authority file)
Note:In that case, you must combine these SSL certificate files into PKCS #12 before converting them to the Base64 encoding format.
-
-
Install OpenSSL on your local machine.
