GithubHelp home page GithubHelp logo

v1 vs v3? about openssl-ca HOT 7 CLOSED

llekn avatar llekn commented on May 28, 2024
v1 vs v3?

from openssl-ca.

Comments (7)

jersam avatar jersam commented on May 28, 2024

Since chrome 59* hit the shelves I've been having issues with this one. Any idea for a fix on your end?

from openssl-ca.

llekn avatar llekn commented on May 28, 2024

Hi @jersam I'm sorry about the delay, I just had now the time to look on this.

Apparently there was a missing -extensions param while creating the CSR and certificate, so v3 extensions were not added to the resultant cert (despite being specified on the openssl.cnf file! Welcome to OpenSSL hell)

I've just pushed to branch v3-fix a commit that should solve your problem. Could you pull this branch and confirm that now certs are working con Chrome 56+ ?

from openssl-ca.

jersam avatar jersam commented on May 28, 2024

from openssl-ca.

jersam avatar jersam commented on May 28, 2024

if i have a.dev which needs to 'renew' after pulling the branch, how do I go about 'renewals' haha....

from openssl-ca.

llekn avatar llekn commented on May 28, 2024

You will have to update the index manually as currently there is no automated way about how to overwrite already issued certificates. To update the index and reissue certificates:

  • Open ./index.txt and remove the lines of those certificates you want to reissue
  • Run create_crt.sh to create a new key, CSR and certificate (or run create_csr.sh and sign_csr.sh if you do not want to create a new key

This should overwrite the certificates (and or CSR/key) files on the ./out folder

Let me know if I can help to test this.

from openssl-ca.

jersam avatar jersam commented on May 28, 2024

Looks to be the fix

thanks!!!

from openssl-ca.

llekn avatar llekn commented on May 28, 2024

@jersam great!

Merged in #3

from openssl-ca.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.