From 66cb06bbcc83728988a66e871fce42e7008a1897 Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Wed, 9 Aug 2017 17:11:15 +0200 Subject: [PATCH] Add letsencrypt production endpoint (#1649) Add letsencrypt production endpoint --- stable/kube-lego/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/kube-lego/README.md b/stable/kube-lego/README.md index 2f5668029a..bc230748fd 100644 --- a/stable/kube-lego/README.md +++ b/stable/kube-lego/README.md @@ -44,7 +44,7 @@ The following table lists the configurable parameters of the chart and their def Parameter | Description | Default --------- | ----------- | ------- `config.LEGO_EMAIL` | email address to use for registration with Let's Encrypt | none -`config.LEGO_URL` | Let's Encrypt API endpoint | `https://acme-staging.api.letsencrypt.org/directory` (staging) +`config.LEGO_URL` | Let's Encrypt API endpoint. To get "real" certificates set to the production API of Let's Encrypt: https://acme-v01.api.letsencrypt.org/directory | `https://acme-staging.api.letsencrypt.org/directory` (staging) `config.LEGO_PORT` | kube-lego port | `8080` `image.repository` | kube-lego container image repository | `jetstack/kube-lego` `image.tag` | kube-lego container image tag | `0.1.3`