mirror of
https://github.com/distribution/distribution.git
synced 2025-09-16 07:09:49 +00:00
Merge pull request #3942 from lavalleeale-forks/main
Added support for specifying ACME-server by using REGISTRY_HTTP_TLS_LETSENCRYPT_DIRECTORYURL
This commit is contained in:
@@ -242,6 +242,7 @@ http:
|
||||
cachefile: /path/to/cache-file
|
||||
email: emailused@letsencrypt.com
|
||||
hosts: [myregistryaddress.org]
|
||||
directoryurl: https://acme-v02.api.letsencrypt.org/directory
|
||||
debug:
|
||||
addr: localhost:5001
|
||||
prometheus:
|
||||
@@ -826,6 +827,7 @@ http:
|
||||
cachefile: /path/to/cache-file
|
||||
email: emailused@letsencrypt.com
|
||||
hosts: [myregistryaddress.org]
|
||||
directoryurl: https://acme-v02.api.letsencrypt.org/directory
|
||||
debug:
|
||||
addr: localhost:5001
|
||||
headers:
|
||||
@@ -917,11 +919,12 @@ TLS certificates provided by
|
||||
> ensure that you have the `ca-certificates` package installed in order to verify
|
||||
> letsencrypt certificates.
|
||||
|
||||
| Parameter | Required | Description |
|
||||
|-----------|----------|-------------------------------------------------------|
|
||||
| `cachefile` | yes | Absolute path to a file where the Let's Encrypt agent can cache data. |
|
||||
| `email` | yes | The email address used to register with Let's Encrypt. |
|
||||
| `hosts` | no | The hostnames allowed for Let's Encrypt certificates. |
|
||||
| Parameter | Required | Description |
|
||||
|----------------|----------|-----------------------------------------------------------------------|
|
||||
| `cachefile` | yes | Absolute path to a file where the Let's Encrypt agent can cache data. |
|
||||
| `email` | yes | The email address used to register with Let's Encrypt. |
|
||||
| `hosts` | no | The hostnames allowed for Let's Encrypt certificates. |
|
||||
| `directoryurl` | no | The url to use for the ACME server. |
|
||||
|
||||
### `debug`
|
||||
|
||||
|
Reference in New Issue
Block a user