GithubHelp home page GithubHelp logo

Comments (5)

jjakob avatar jjakob commented on July 27, 2024 1

Added a section to the readme on how to fix this. Also 6382e0f the script will request a RSA key if it detects certbot >2.0.0 (where they added support for ECDSA keys and changed it to the default)

from certbot-zimbra.

maxxer avatar maxxer commented on July 27, 2024

If the problem is associated to the linked forum post, the root cause could be to look into certbot itself, as the command does generate the keys. I don't recall forcing any key type when requedsting the certificate.

Otherwise, could it be related to #148?

from certbot-zimbra.

killmasta93 avatar killmasta93 commented on July 27, 2024

Thanks for the reply, it seems that i solved the issue looking at this

https://forums.zimbra.org/viewtopic.php?t=69645

from certbot-zimbra.

maxxer avatar maxxer commented on July 27, 2024

How exactly did you solve?

from certbot-zimbra.

killmasta93 avatar killmasta93 commented on July 27, 2024

ran the certbot manually first, but because zmcertmgr could not verify i had to edit the zmcertmgr and comment out

#        my $keydg =
#          $self->run("$ssl rsa -noout -modulus -in '$keyf' | $ssl sha256");
#        my $crtdg =
#          $self->run("$ssl x509 -noout -modulus -in '$crtf' | $ssl sha256");

and added

        my $keydg =
          $self->run("$ssl pkey -pubout -in '$keyf' | $ssl sha256");
        my $crtdg =
          $self->run("$ssl x509 -noout -pubkey -in '$crtf' | $ssl sha256");

then re ran

su - zimbra -c "/opt/zimbra/bin/zmcertmgr verifycrt comm /tmp/privkey16.pem /tmp/cert16.pem /tmp/zimbra_chain16.pem"

from certbot-zimbra.

Related Issues (20)

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.