How to convert / use "CollectCCC" from Sectigo CPAC Basic, Pro and Enterprise into .p12 or .pfx S/MIME certificate

If a "CollectCCC" file is generated while picking up Sectigo S/MIME products, it corresponds to the .p7s or DER format. So you can use openssl and your previously generated private key (private.key) to convert it to a .p12 or convert or combine .pfx files:

openssl pkcs7 -inform der -in CollectCCC -print_certs -out CollectCCC.pem
openssl pkcs12 -export -in CollectCCC.pem -inkey private.key -out openssl.pfx -certfile CollectCCC.pem

openssl is pre-installed on macOS. For Windows you can download Windows OpenSSL Binaries.


Was this answer helpful?

 Print this Article

Also Read

Windows/IIS/MMC: What do to with "Error HRESULT: 0x80070520"?

In very rare cases this error might show up during installation on Windows Server. The cryptic...

An error has occured: [2011296] CSR is invalid

This error messgae is typically shown when the field "COMMON NAME" inside the CSR doesn't have a...

'Broken Certificate Chain' error message

The SSL certificate chain typically consists of:ROOT Certificate INTERMEDIATE Certificate...

Can i redirect non-SNI capable web browsers to an alternative site?

YES, it's possible to redirect non-SNI capable browsers (Internet Explorer auf Windows XP). -...

ASN1 bad tag value met. 0x8009310b

Question: I get CertEnroll::Cx509Enrollment::p_InstallResponse: ASN1 bad tag value met....