Kong / kong-plugin-acme

Let's Encrypt and ACMEv2 integration with Kong - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
Apache License 2.0
36 stars 10 forks source link

fix(api) rename to RESTful apis #24

Closed fffonion closed 4 years ago

fffonion commented 4 years ago

Two endpoints exist at this time:

POST /acme create a certificate or test the Kong setup to create this certificate.

PATCH /acme triggers the renewal timer, the plugin will decide which certificates to renew.

fffonion commented 4 years ago

From #22