Обслужване на клиенти Фактуриране:

Понеделник — петък:
9:00 - 18:00 CET време

Техническа поддръжка:

Понеделник — петък:
9:00 - 18:00 CET време

Система за поръчки/издаване на сертификати:

24/7

SSL Certificate Converter

Този SSL конвертор Ви дава възможност да конвертирате SSL сертификати в различни формати: pem, der, p7b и pfx. Тези формати се изискват от различни платформи и устройства. Например Windows сървърите изискват .pfx файл, а тези на Apache изискват PEM (.crt, .cer) файлове.

1 Upload Certificate
🔒

Drag & drop your certificate file here
or click to browse

2 Select Output Format
PEM
.pem, .crt, .cer
Apache, Nginx, Linux
DER
.der, .cer
Java, Android
PKCS#7
.p7b, .p7c
Windows, Java Tomcat
PFX/PKCS#12
.pfx, .p12
Windows/IIS, Azure
3 Result
Your files are processed entirely in memory and are never stored on our servers — maximum security for your certificates.
Copied!

How to Convert an SSL Certificate

  1. Upload Your Certificate

    Drag and drop your certificate file into the upload area, or click to browse. You can also paste PEM-encoded text directly. Supported formats: .pem, .crt, .cer, .der, .pfx, .p12, .p7b, .p7c.

  2. Select Output Format

    Choose your desired output format: PEM for Apache/Nginx, DER for Java/Android, P7B for Windows/Tomcat, or PFX for Windows IIS/Azure. Incompatible formats are disabled automatically.

  3. Provide Additional Files if Needed

    For PFX output, attach your private key file and set an export password. For PFX input, enter the decryption password. Optionally include a CA bundle for the complete certificate chain.

  4. Download the Result

    Click Convert to process your certificate. Binary formats download automatically. PEM output is displayed on screen so you can copy it directly.


Supported Certificate Formats

PEM формат

PEM формат е един от най-използваните формати на такива файлове. Обикновено PEM файловете са с разширения .pem, .crt, .cer и .key. Те са Base64-криптирани ASCII файлове и съдържат следните редове: "----- BEGIN CERTIFICATE -----" и "----- END CERTIFICATE -----" PEM форматът може да съхранява сървърни сертификати, междинни сертификати и частни ключове. Сертификатите в PEM формат, които се използват от различни сървъри, включително Apache и др. В някои случаи PEM сертификатът и частният ключ могат да се комбинират в един файл, но при повечето платформи сертификатът и частният ключ трябва да са поотделно.

DER формат

DER формат – бинарен формат на сертификата. Файловете в този формат могат да имат следните разширения: .der или .cer. Единствената разлика между тях е НАЧАЛНИЯТ/КРАЙНИЯТ ред. Всички видове сертификати и частни ключове могат да бъдат представени в DER формат. Обикновено той се използва с платформата Java. С помощта на SSL конвертор можете да конвертирате SSL сертификати в DER формат.

PKCS # 7 / P7B

Форматът PKCS # 7 или P7B е Base64 ASCII файл с разширение .p7b или .p7c. P7B сертификатите съдържат стринга "----- BEGIN PKCS7 -----" и "----- END PKCS7 -----". Файловете на тези сертификати не съдържат частен ключ. P7B файловете съдържат само сертификати и вериги сертификати. P7B форматът се поддържа от платформи като Microsoft Windows и Java Tomcat.

PKCS # 12 / PFX

PKCS # 12 или PFX – бинарен формат, използван за съхранение на междинни сертификати, сървърни сертификати и частни ключове в един файл. Разширения на PFX файлове – .pfx и .p12. Повечето такива файлове се използват от устройства с Windows за импортиране и експортиране на частни ключове и сертификати. След конвертиране на PFX в PEM е необходимо да отворите целевия файл в текстова програма и да запазите всеки сертификат и частен ключ като текстов файл, напр. cert.cer, CA_Cert.cer и private.key. Копирайте необходимите отрязъци с НАЧАЛО/КРАЙ.

Frequently Asked Questions

What SSL certificate formats does this tool support?

Our SSL Converter supports PEM, DER, PKCS#7/P7B, and PKCS#12/PFX formats. You can convert between any of these formats.

Is it safe to upload my SSL certificate and private key?

Yes. Your files are processed entirely in memory and are never stored on our servers. No data touches the disk — this provides maximum security for your certificates and private keys.

Do I need a private key to convert my certificate?

A private key is only required when converting to PKCS#12/PFX format. For other conversions, only the certificate file is needed.

How do I convert a PEM certificate to PFX format?

Upload your PEM certificate file (or paste the PEM text), select PFX/PKCS#12 as the output format, provide your private key file and set an export password, then click Convert. The tool will generate a .pfx file containing your certificate, private key, and optionally the CA bundle.

What is the difference between PEM and DER formats?

PEM is a Base64-encoded text format that you can open in any text editor — it starts with "-----BEGIN CERTIFICATE-----". DER is the binary equivalent of PEM. They contain the same data, just encoded differently. PEM is used by Apache and Nginx, while DER is common with Java and Android platforms.

How do I convert an SSL certificate for Windows IIS?

Windows IIS requires certificates in PFX/PKCS#12 format. Upload your PEM or DER certificate, select PFX as the output format, attach your private key file, set a password, and click Convert. Import the resulting .pfx file into IIS using the Server Certificates feature.

Can I convert a certificate without the private key?

Yes, for most conversions. You can freely convert between PEM, DER, and P7B formats without a private key. A private key is only required when creating a PFX/PKCS#12 file, as this format bundles the certificate and private key together.

What is a CA bundle and when do I need it?

A CA bundle (certificate chain) contains the intermediate certificates that link your SSL certificate to a trusted root authority. Include it when converting to PFX or P7B format to ensure the full chain is present. Without it, browsers may show trust warnings even if your certificate is valid.

Last updated: April 2026