Skip to content
#

letsencrypt

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

traefik
bmw
bmw commented Feb 25, 2020

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
polarathene
polarathene commented Nov 5, 2017

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 _location file)
  • Adding location blocks in example.com_location would be nested blocks presumably or only for sett
Freyert
Freyert commented Jan 27, 2020

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

hmoffatt
hmoffatt commented Oct 24, 2019

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.

JulianCBC
JulianCBC commented Feb 17, 2020

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

certmagic
danlsgiga
danlsgiga commented Aug 7, 2019

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

gurvindersingh
gurvindersingh commented Oct 18, 2017

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
micw
micw commented Jan 27, 2020

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
1.8
gohai
gohai commented Dec 28, 2019

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
yyyar
yyyar commented Aug 12, 2018

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

credomane
credomane commented Oct 19, 2018

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

Elte156
Elte156 commented Jan 11, 2020

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.

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

You can’t perform that action at this time.