Code Monkey home page Code Monkey logo

certbot-dns-01-authenticators's People

Contributors

sblaisot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

certbot-dns-01-authenticators's Issues

Bad server ?

Hi !

I search a kign of this script but this script seems to be broken

What would you like to do?
-------------------------------------------------------------------------------
1: Keep the existing certificate for now
2: Renew & replace the cert (limit ~5 per 7 days)
-------------------------------------------------------------------------------
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Renewing an existing certificate
The currently selected ACME CA endpoint does not support issuing wildcard certificates.

bad server no ?

Issue with Gandi live DNS and unowned domains

When dealing with Gandi domains you don't own but can edit, API behaviour diverges a little from what Gandi documentation specifies. Then, I adapted both auth and cleanup scripts for my specific case.
If interested in the code, tell me (should work as well for the general case): I would be glad to bring my very first contribution, even if my code is probably not that clean (first time with Python) and if I don't know yet how to proceed then.

Worng permission

Files like config.py contain quite sensitive information, read permission should be limited to user (or maybe user/group) but definitely not world readable.
As a side note, testing a modified version for Gandi, I had no problem running with limited perms (and if I take care to remove config.pyc first, file is re-generated with proper permissions too).

Hook command error

Hello,

First of all thank you for this script it works with Gandi!

I just have an error that appears when i generate the certificate:

Hook command "/scripts/certbot-dns-01-authenticators/gandi-livedns/auth.py" returned error code 1

But it works anyway, can you help me no longer display this error?

Thank you

Issue with gandi live DNS with multiple domains

It seems that the script does not support multiple domains like this:

certbot certonly \
  --manual-public-ip-logging-ok \
  --manual \
  --manual-auth-hook /opt/le-scripts/gandi-livedns/auth.py \
  --manual-cleanup-hook /opt/le-scripts/gandi-livedns/cleanup.py \
  -d '*.domain.net' -d 'domain.net'

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.