Skip to content
#

letsencrypt

Here are 1,569 public repositories matching this topic...

ohemorange
ohemorange commented Apr 26, 2021
  • certbot/docs/install.rst points to certbot-auto uninstall instructions
  • certbot/docs/uninstall.rst certbot-auto uninstall instructions
  • certbot/docs/using.rst certbot-auto is mentioned as a deprecated installation method that people might need to change the command in response to

At some point, we should probably remove these, possibly depending on how our usage statistics look.

aschiffmann
aschiffmann commented Apr 21, 2021

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

nginxconfig.io
SorinGFS
SorinGFS commented Apr 29, 2022

Feature request

Place the access_log and error_log directives inside the main server block instead of http block.

Feature description

Disable access_log at http block:
File: /etc/nginx/nginx.conf

# ...
http {
    # ...
    access_log off;
    # ...
}
# ...

Enable per site access_log and error_log at main server block:
File: /etc/nginx/

enhancement help wanted good first issue hacktoberfest
jsoref
jsoref commented Jan 24, 2022

Describe the bug:

good first issue help wanted kind/feature priority/important-longterm

Improve this page

Add a description, image, and links to the letsencrypt 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 letsencrypt topic, visit your repo's landing page and select "manage topics."

Learn more