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

      Converting CRT and PEM files to RSA

      IT Discussion
      • ssl trend micro imsva openssl rsa godaddy certs • • scottalanmiller
      7
      0
      Votes
      7
      Posts
      1.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

    • ObsolesceO

      How to install GitLab on Fedora 26 with AD CS SSL

      IT Discussion
      • gitlab fedora 26 fedora ssl https openssl pfx pem key • • Obsolesce
      2
      3
      Votes
      2
      Posts
      1.9k
      Views

      black3dynamiteB

      @tim_g
      Do you know what tools and scripts that is available when installing hyperv-tools?

    • EddieJenningsE

      OpenSSL CSR with Subject Alternative Name

      IT Discussion
      • openssl how-to san subject alternative name csr pki certificates ssl tls • • EddieJennings
      5
      1
      Votes
      5
      Posts
      2.5k
      Views

      EddieJenningsE

      @JaredBusch said in OpenSSL CSR with Subject Alternative Name:

      @EddieJennings said in OpenSSL CSR with Subject Alternative Name:

      @JaredBusch Correct. The "ye olde way" is how I've typically made a CSR and private key. The link I included talks about making a configuration file, which allows you to include SAN in your CSR.

      Ah, did not read the link. Yes, using a config file is the only method to get any SAN on a cert with OpenSSL.

      And after re-reading my post, I realized how terrible it was :(. I was hoping to find a one liner kind of thing, but alas. That particular article made it clear how to do it.

    • travisdh1T

      ONLYOFFICE NextCloud Integration Documentation failure.

      IT Discussion
      • nextcloud onlyoffice openssl guide • • travisdh1
      16
      1
      Votes
      16
      Posts
      3.6k
      Views

      travisdh1T

      @JaredBusch said in ONLYOFFICE NextCloud Integration Documentation failure.:

      @travisdh1 said in ONLYOFFICE NextCloud Integration Documentation failure.:

      @scottalanmiller said in ONLYOFFICE NextCloud Integration Documentation failure.:

      @travisdh1 said in ONLYOFFICE NextCloud Integration Documentation failure.:

      Pulled a screenshot, but didn't get things setup in the home lab yet.

      alt text

      You should upload a picture. Whatever Google stuff you have here doesn't work.

      Huh, it's showing up fine for me. Anyone else not seeing the screenshot?

      This is not the first time I have called you out on this. FFS, last time I told you to just copy past from clipboard.

      That hadn't worked for me once and I got into that old bad habit again, dagnabit.

    • nadnerBN

      OpenSSL Security Patch - 9th July

      IT Discussion
      • openssl • • nadnerB
      1
      3
      Votes
      1
      Posts
      761
      Views

      No one has replied

    • mlnewsM

      Heartbleed a Year Later

      News
      • heartbleed security openssl eweek • • mlnews
      3
      1
      Votes
      3
      Posts
      1.4k
      Views

      thanksajdotcomT

      @scottalanmiller said:

      Boy a year goes by quickly. This still feels very new. But, when I think about it, this happened mid-way through my time at the hedge fund and I started there in early October, 2013! Can't believe that it is April, 2015 already.

      Yeah, this is pretty nuts that so much time has passed already...

    • mlnewsM

      Major OpenSSL Flaw to Be Patched

      News
      • openssl security • • mlnews
      1
      3
      Votes
      1
      Posts
      828
      Views

      No one has replied

    • mlnewsM

      OpenBSD Project Forks OpenSSL into LibreSSL

      News
      • openssl libressl ssl openbsd • • mlnews
      1
      2
      Votes
      1
      Posts
      954
      Views

      No one has replied

    • Reid CooperR

      Russian Hackers Using Sandworm to Spy

      News
      • sandworm openssl windows security • • Reid Cooper
      4
      1
      Votes
      4
      Posts
      1.5k
      Views

      scottalanmillerS

      @JaredBusch love it!

    • scottalanmillerS

      Symantec Discusses the Latest OpenSSL Vulnerability

      News
      • symantec openssl security • • scottalanmiller
      8
      1
      Votes
      8
      Posts
      2.5k
      Views

      thanksajdotcomT

      @StrongBad said:

      @ajstringham said:

      I literally just got off the phone with a customer wanting to know more about this very issue.

      Thankfully you have ML to inform you before you get those calls 🙂

      They didn't want to know more about the vulnerability itself, but rather when MVM would have a script that could scan for it.

    • 1 / 1