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

    Mar 30, 2014 · 232 .pem, .cer and .der are all file extensions for files that may contain a X.509 v3 certificate. The .der extension DER is the method of encoding the data that makes up the …

  2. openssl der files importing into java keystore - Stack Overflow

    Dec 16, 2019 · I created a keypair with openssl and want them to import into the java-keystore: 1) openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -out my_privatekey.pem 2) …

  3. Identifying whether a certificate is der encoded or base 64 encoded

    Oct 8, 2021 · Identifying whether a certificate is der encoded or base 64 encoded Asked 16 years, 7 months ago Modified 4 years ago Viewed 27k times

  4. Encoding of implicit and explicit tags in ASN.1 - Stack Overflow

    Feb 1, 2005 · This is also not specific to BER/DER, it's a feature of ASN.1. Some encoding rules (BER, DER, and OER to a limited extent) use the tags in the encodings, while other encoding …

  5. How to verify DER certificate with openssl? - Stack Overflow

    Jun 27, 2020 · openssl x509 -inform der -in .\leaf.cert.cer -outform pem Converts the DER certificate to PEM format with the output to the stdout. openssl verify -CAfile CA/ca.crt Verifies …

  6. OpenSsl cannot read DER formatted certificate - Stack Overflow

    Jan 13, 2019 · Update I have based my solution on this and this answers. Background I am trying to read a DER formatted certificate file and attempt to verify it. My cert is in DER format. I have …

  7. How do I decode a DER encoded string in Java? - Stack Overflow

    19 I'm trying to read a custom extension from a digital certificate. I know the value is a GeneralString encoded in DER. Is there an easy way to correctly decode it and get a Java …

  8. How to solve the network error when using a patch function?

    Oct 30, 2023 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  9. Simple DER Cert Parsing in python - Stack Overflow

    Sep 14, 2013 · Which is the best way to parse with python a binary file with X509 Certificate in DER format to extract public key.

  10. Updating/generating new .p12/.jks from .der - Stack Overflow

    Apr 12, 2012 · Updating/generating new .p12/.jks from .der Asked 13 years, 3 months ago Modified 13 years, 3 months ago Viewed 5k times