The Wayback Machine - https://web.archive.org/web/20220422072558/https://github.com/topics/acme-client
Skip to content
#

acme-client

Here are 100 public repositories matching this topic...

bmw
bmw commented May 14, 2020

In all of our current uses of os.umask or filesystem.umask, we always temporarily set it to a different value and then restore it using a try/finally block. I expect this pattern to continue.

Because of that, why don't we create a simple function in certbot.util that can be used as a context manager to set umask to a value and restore it to its previous value when exiting the with blo

LettuceEncrypt
natemcmaster
natemcmaster commented Jul 3, 2018

Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:

  • Cert is created with right DN
  • Cert is stored to X509Store after creation
  • Cert request is not resubmitted
  • Handles failures gracefully
  • HTTP challenge/response works as expected
  • Certificate renewal when cert is about to expiration
good first issue task

Improve this page

Add a description, image, and links to the acme-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the acme-client topic, visit your repo's landing page and select "manage topics."

Learn more