Add letsencrypt production endpoint (#1649)

Add letsencrypt production endpoint
This commit is contained in:
Giancarlo Rubio
2017-08-09 17:11:15 +02:00
committed by Reinhard Nägele
parent 40aecbcaf5
commit 66cb06bbcc
+1 -1
View File
@@ -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`