Skip to content

Commit

Permalink
feat(doc): add docker env var for trusted certs (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: herlon <[email protected]>
  • Loading branch information
herlon214 and herlon214 authored Apr 22, 2020
1 parent d19ae8c commit 5797a30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ and serve dynamically. Renewal is handled with a configurable threshold time.
- Kong needs to listen 80 port or proxied by a load balancer that listens for 80 port.
- `nginx_proxy_lua_ssl_trusted_certificate` needs to be set in `kong.conf` to ensure the plugin can properly
verify Let's Encrypt API. The CA-bundle file is usually `/etc/ssl/certs/ca-certificates.crt` for
Ubuntu/Debian and `/etc/ssl/certs/ca-bundle.crt` for CentOS/Fedora/RHEL.
Ubuntu/Debian and `/etc/ssl/certs/ca-bundle.crt` for CentOS/Fedora/RHEL. If you are using Kong with Docker you can also
set `KONG_LUA_SSL_TRUSTED_CERTIFICATE` as environment instead of changing `kong.conf`.

#### Enable the Plugin

Expand Down

0 comments on commit 5797a30

Please sign in to comment.