ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. rsa
    Log in to post
    • All categories
    • scottalanmillerS

      Converting CRT and PEM files to RSA

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssl trend micro imsva openssl rsa godaddy certs
      7
      0 Votes
      7 Posts
      1k Views
      scottalanmillerS

      Found this which didn't help, but could be a useful reference in the future...

      OpenSSL Convert PEM
      Convert PEM to DER

      openssl x509 -outform der -in certificate.pem -out certificate.der

      Convert PEM to P7B

      openssl crl2pkcs7 -nocrl -certfile certificate.cer -out certificate.p7b -certfile CACert.cer

      Convert PEM to PFX

      openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt

      OpenSSL Convert DER
      Convert DER to PEM

      openssl x509 -inform der -in certificate.cer -out certificate.pem

      OpenSSL Convert P7B
      Convert P7B to PEM

      openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer

      Convert P7B to PFX

      openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer

      openssl pkcs12 -export -in certificate.cer -inkey privateKey.key -out certificate.pfx -certfile CACert.cer

      OpenSSL Convert PFX
      Convert PFX to PEM

      openssl pkcs12 -in certificate.pfx -out certificate.cer -nodes

    • DustinB3403D

      Public and Private key Library Breached

      Watching Ignoring Scheduled Pinned Locked Moved News rsa 1024-bit 2048-bit 3072-bit 4096-bit infineon
      6
      0 Votes
      6 Posts
      1k Views
      wrx7mW

      @scottalanmiller said in Public and Private key Library Breached:

      Can't help but point out that the author of the article doesn't know what "ironic" means.

      Now I have to read it. LOL

      Edit: It isn't ironic when TPM, which is created to be more secure than standard, is, in fact, less secure?

    • DustinB3403D

      Port from SW - Salt master rsa key issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt salt master salt minion rsa
      60
      0 Votes
      60 Posts
      10k Views
      QuixoticJeremyQ

      @dgingerich @scottalanmiller sorry for the delay in a response from me. Working on a sev-1 at work at the moment so I'm only sporadically available. I'll be sure to take a look at this later when either the sev-1 clears up or my day is over.

    • scottalanmillerS

      Generating an SSH Key in Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ssh ssh-keygen rsa dsa security unix keys
      1
      1 Votes
      1 Posts
      923 Views
      No one has replied
    • NicN

      Stephen Colbert did a set at RSA

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion rsa video security
      7
      3 Votes
      7 Posts
      2k Views
      thanksajdotcomT

      That was pretty good.

    • 1 / 1