About 19,400,000 results
Open links in new tab
  1. What are the differences between .pem, .cer, and .der?

    Mar 30, 2014 · To use the public key contained in the certificate (and signed by the signature in the certificate) you should use any library that parses X.509 certificates and performs RSA …

  2. How to create .pfx file from certificate and private key?

    Jun 10, 2011 · I needed to generate a new private key and then import the updated certificate from the certificate provider. If the private key doesn't exist on your computer then you can't …

  3. Where is the PEM file format specified? - Stack Overflow

    The following list, taken directly from the RFC, describes the PEM format used for the following scenarios: Certificates, Certificate Revocation Lists (CRLs), and Subject Public Key Info …

  4. How to import a .cer certificate into a java keystore?

    Importing .cer certificate file downloaded from browser (open the url and dig for details) into cacerts keystore in java_home\jre\lib\security worked for me, as opposed to attemps to …

  5. How to determine certificate type from file - Stack Overflow

    Mar 7, 2017 · I'd like to know at least the certificate type (x509, RSA, DSA) and whether it's a public or private key. Looking at the contents of a certificate I just extracted from a PKCS12 …

  6. How can I check if the certificate file I have is in .pem format?

    Mar 7, 2011 · I have a root cert file and I don't know whether or not it is in .pem format. How do I check if it is in .pem format?

  7. Do I need to convert .CER to .CRT for Apache SSL certificates? If so ...

    File extensions for cryptographic certificates aren't really as standardized as you'd expect. Windows by default treats double-clicking a .crt file as a request to import the certificate into …

  8. ssl - Difference between pem, crt, key files - Stack Overflow

    Jul 31, 2020 · I mean I see what files they generate and understand that certificate and private key used to sign it ( or maybe the other way around :| ) but what is the difference between …

  9. x509 - Certificate subject X.509 - Stack Overflow

    Sep 29, 2023 · Certificate subject X.509 Asked 14 years, 6 months ago Modified 2 years, 3 months ago Viewed 128k times

  10. What does "-----BEGIN TRUSTED CERTIFICATE-----" in a certificate …

    Apr 1, 2019 · The TRUSTED CERTIFICATE variant is an OpenSSL-specific format which includes "trust rules" appended to the certificate. This is used by the OpenSSL trust engine to …