diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ lacme (0.5) upstream; - * Fix manpage generation with pandoc >=2.1 + + Use ACME v2 endpoints (update protocol to the last draft of the spec + https://tools.ietf.org/html/draft-ietf-acme-acme-12 ). Remove the + 'reg=' command, and rename the 'new-reg', 'new-cert' and + 'revoke-cert' commands to 'account', 'newOrder', and 'revokeCert' + respectively, to match the the URI resource names. For backward + compatibility 'new-cert' and 'revoke-cert' remain supported. + - Fix manpage generation with pandoc >=2.1 -- Guilhem Moulin <guilhem@fripost.org> Thu, 26 Apr 2018 16:48:13 +0200 |