diff --git a/docs/configuration.md b/docs/configuration.md index 96df2f0d4..1ef680f56 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -191,6 +191,9 @@ information about each option that appears later in this page. clientcas: - /path/to/ca.pem - /path/to/another/ca.pem + letsencrypt: + cachefile: /path/to/cache-file + email: emailused@letsencrypt.com debug: addr: localhost:5001 headers: @@ -892,6 +895,9 @@ configuration may contain both. clientcas: - /path/to/ca.pem - /path/to/another/ca.pem + letsencrypt: + cachefile: /path/to/cache-file + email: emailused@letsencrypt.com debug: addr: localhost:5001 headers: @@ -1037,6 +1043,40 @@ and proxy connections to the registry server. +### letsencrypt + +The `letsencrypt` struct within `tls` is **optional**. Use this to configure TLS +certificates provided by [Let's Encrypt](https://letsencrypt.org/how-it-works/). + +
Parameter | +Required | +Description | +
---|---|---|
+ cachefile
+ |
+ + yes + | ++ Absolute path to a file for the Let's Encrypt agent to cache data + | +
+ email
+ |
+ + yes + | ++ Email used to register with Let's Encrypt. + | +