Update README.md (#3637)

certficate -> certificate
This commit is contained in:
liaoj
2018-02-09 14:43:51 -08:00
committed by k8s-ci-robot
parent 803b28ed34
commit 927eeccc32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.18.0
version: 1.18.1
appVersion: 1.4.6
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
+1 -1
View File
@@ -103,7 +103,7 @@ The following tables lists the configurable parameters of the Traefik chart and
| `debug.enabled` | Turn on/off Traefik's debug mode. Enabling it will override the logLevel to `DEBUG` and provide `/debug/vars` endpoint that allows Go runtime stats to be inspected, such as number of Goroutines and memory stats | `false` |
| `ssl.enabled` | Whether to enable HTTPS | `false` |
| `ssl.enforced` | Whether to redirect HTTP requests to HTTPS | `false` |
| `ssl.defaultCert` | Base64 encoded default certficate | A self-signed certificate |
| `ssl.defaultCert` | Base64 encoded default certificate | A self-signed certificate |
| `ssl.defaultKey` | Base64 encoded private key for the certificate above | The private key for the certificate above |
| `acme.enabled` | Whether to use Let's Encrypt to obtain certificates | `false` |
| `acme.email` | Email address to be used in certificates obtained from Let's Encrypt | `admin@example.com` |