ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. csr
    Log in to post
    • All categories
    • wirestyle22

      Generating CSR for RDS server using Subdomain
      IT Discussion • csr rds ssl tls certificate • • wirestyle22

      3
      1
      Votes
      3
      Posts
      551
      Views

      wirestyle22

      I had some confusion because of the age of the old CSR. It doesn't line up with the correct dates. I'll edit my original post when I know more.

    • EddieJennings

      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
      1902
      Views

      EddieJennings

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