letsencrypt
Here are 1,056 public repositories matching this topic...
Fix mypy on Windows
If you run mypy on Windows (or use --platform to make mypy behave like its on Windows), you'll get the following errors:
certbot/certbot/util.py:303: error: Name 'distro' is not defined
certbot/certbot/util.py:319: error: Name 'distro' is not defined
certbot/certbot/util.py:369: error: Name 'distro' is not defined
certbot/certbot/compat/filesystem.py:76: error: Module has no attribu
suggest new feature: cli command scaffold.
like this:
echo new project
echo new model newmodel
echo new view newview
echo build
echo run
echo update
echo pack
....
refer to:
kratos-tool
bee
fay
The PID 1 process has some special responsibilities in Linux regarding the reaping of zombie processes and proper signal forwarding. Both are ignored in the current version of the docker image. For images which spawn child processes, a proper init process is recommended.
The examples for vhost configs for server/location blocks on the README only provide settings, they don't seem to explain much about intended content/blocks.
- Are settings for server blocks only relevant?(LetsEncrypt companion seems to insert location blocks instead of using
_locationfile) - Adding location blocks in
example.com_locationwould be nested blocks presumably or only for sett
-
Updated
Mar 4, 2020 - HTML
Is your feature request related to a problem? Please describe.
I'm trying to write some automation around cert-manager to help me upgrade several environments across the 0.10 -> 0.11 boundary.
github.com/jetstack/cert-manager/pkg/client/clientset/versioned is a super easy way to get a client running, but I run into tons of issues around version compatibility between client-go, `apimach
There is no any information how to configure amavis service. I figured out the name of config and location only when I looked in start-mailserver.sh script:
Please consider to add wiki page regarding this topic.
Do we need to safeguard the host's volumes? I imagine a backup of nginx_certs is necessary - and we just copy them back on a new system, for example? Otherwise it seems none of the docker-letsencrypt-nginx-proxy-companion has backup concerns on production, right?
Thanks.
When the hook script is run, $alias contains the real name of the certificate directory in $CERTDIR. This is useful to know when the domain is a wildcard like "*.my.com", but as far as I can tell it's not documented anywhere.
You can use the AWS CLI config file to retrieve AWS credentials according to the Go SDK documentation here: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html
This allows the user to specify the credentials and region of their AWS account in "one" place and then use them in all tools using official AWS SDKs.
This information is very sparsely documented, so could y
What would you like to have changed?
Add support for DynamoDB as a cluster storage backend
Why is this feature a useful, necessary, and/or important addition to this project?
IMO, it allows people that don't want to manage a Consul cluster or shared filesystem to get the clustering feature on top of DynamoDB, which does not require much effort.
What alternatives are there, or what
Below is the yaml deployment file which I used to deploy a staging version of kube lego in addition to prod version, but it was failed to work. The reason was service selector was not picked up correctly and it ended up having selector as app: kube-lego rather than app: kube-lego-staging as specified in the yaml below.
apiVersion: v1
metadata:
name: kube-lego-staging-nginx
n-
Updated
Mar 4, 2020 - Go
With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).
I'd like to modify the documentation:
- replace existing kubernetes
I wanted to ask, if there's documentation on how to write custom rewrite rules. I'm subscribed to hackernews and would like to replace the link to the comments with one that leads to https://hackerweb.app/#/item/19910691 instead of https://news.ycombinator.com/item?id=19910691
You mention in the documentation that miniflux uses https://github.com/PuerkitoBio/goquery for its rules engine. Where do
-
Updated
Feb 28, 2020 - Go
We have updated to current head (9d43c23af16203b5f94b270fde4b33a77b9cabde), plus a couple of patches, for our production servers, but had to revert after a bit more than two weeks, because certificates for newly added domains weren't getting issued.
The cause for this seems to be this rate limit:
{
"type": "urn:ietf:params:acme:error:rateLimited",
"detail": "Error creating new ord
-
Updated
Mar 4, 2020 - Shell
Let's keep this issue for collecting a list of real-life use cases of people and organizations that use gobetween. Everyone encouraged to describe their use cases.
The idea is to put it on website (http://gobetween.io/) and in README or wiki for new potential users to consider and to motivate everyone to push gobetween forward.
The format of use case need to be consistent across all use
The ACMEv1 letsencrypt server will stop renewing certificates for clients in mid-2020. The only config change required by clients is to change the url specified in getssl.cfg and to make migration easier we should
a) use the v2 CA by default (ignoring the setting in the config file
b) add a parameter to override (a) just in case
https://pkisharp.github.io/ACMESharp-docs/User-Guide.html
Indicates that the ACME Vault is to be initialized with the function Initialize-ACMESharp which PowerShell complains doesn't exist. After some googling around and head scratching I discover the quick start guide lists a different function Initialize-ACMEVault. That works and I was able to continue setting up ACMESharp. We get the doc
config.py contains code:
SECRET_KEY = os.getenvb(b"SECRET_KEY")
if not SECRET_KEY:
SECRET_KEY = os.urandom(32)
https://docs.python.org/3.6/library/os.html#os.getenvb
getenvb() is only available if supports_bytes_environ is True.
so possible change (windows as development platform) is:
if os.supports_bytes_environ:
SECRET_KEY = os.getenvb(b"SECRET_KEY", default=os
We need to identify the more granular set of permissions required for aws route53 API access as the current AmazonRoute53FullAccess is overly broad.
Hi,
I am trying to use this to manage powerdns as a python package.
Is there a doc somewhere on how to configure the endpoints for this with examples ?
Thanks
Integrate links to documentation in the admin interface, so the user can jump directly to the spot instead of searching in the docs.
In each section or even in each field we can add links to docs. Somethings are difficult to understand, like the difference between instances, contexts or recipients, and some other concepts.
-
Updated
Mar 2, 2020 - Shell
Just curious about the automatic substitution. Why is this being done?
# admin email address, where @ is substituted with .
nsadmin = "contact.example.com"This will be transformed to contact@example.com.
What about the valid addresses that have a . before the @ symbol?
Wouldn't firstname.lastname.example.com be translated to firstname@lastname.example.com, when
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."
Do you want to request a feature or report a bug?
Bug? See bellow
What did you do?
I'm moving my services from a Docker host to a Kubernetes host which includes Traefik as my edge router. The first half of the documentation on getting started in Kubernetes (The User Guide under 2.1: https://docs.trae