-
Updated
Apr 4, 2022 - Go
letsencrypt
Here are 1,544 public repositories matching this topic...
-
Updated
Apr 3, 2022 - Shell
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
-
Updated
Apr 4, 2022 - Shell
In #4808 more functionality was added to runScheduler function and I think we should add a unit test for it.
This function is run periodically to add 'Processing' status to unprocessed challenges. This mechanism allows us to limit the number of challen
-
Updated
Feb 13, 2022 - Python
-
Updated
Mar 29, 2022 - Shell
-
Updated
Mar 23, 2022 - Shell
-
Updated
Apr 3, 2022 - Go
-
Updated
Mar 25, 2022 - Go
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 3, 2022 - Go
-
Updated
Mar 20, 2022 - Python
-
Updated
Mar 17, 2022 - Shell
-
Updated
Aug 26, 2021 - Go
-
Updated
Apr 1, 2021 - Go
-
Updated
Jun 10, 2021 - Lua
-
Updated
Mar 25, 2022 - Shell
-
Updated
Sep 10, 2020 - Go
-
Updated
Mar 3, 2022 - Go
-
Updated
Apr 4, 2022 - C#
-
Updated
Apr 1, 2022 - Python
-
Updated
Jun 7, 2021 - C#
-
Updated
Jan 17, 2022 - Shell
Improve this page
Add a description, image, and links to the letsencrypt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the letsencrypt topic, visit your repo's landing page and select "manage topics."


In all of our current uses of
os.umaskorfilesystem.umask, we always temporarily set it to a different value and then restore it using atry/finallyblock. I expect this pattern to continue.Because of that, why don't we create a simple function in
certbot.utilthat can be used as a context manager to set umask to a value and restore it to its previous value when exiting thewithblo