PharmNet.Bund: How to extract a .cer file for PharmNet.Bund from your certificate .p12 file

BfArM requires .CER in binary DER X.509 format.  Please use the following commands to extract your .cer file:

openssl pkcs12 -in filename.p12 -clcerts -nokeys -out filename.crt
openssl x509 -outform der -in filename.crt -out filename.cer

The "filename.cer" needs to be uploaded at PharmNet.Bund.
The "filename.p12" needs to be imported into your web browser.


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....