diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-04-26 20:29:44 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-04-27 01:43:03 +0200 |
commit | d1bc3ad109a3000bda8a7876673ff9a0281e8c7b (patch) | |
tree | b5202fae0c6b580b7760e7b6ea66647c2da4da8d /Changelog | |
parent | 5ea132288e4f83fa24ebf3f61b503e440aaccad5 (diff) |
Use ACME v2 endpoints
https://tools.ietf.org/html/draft-ietf-acme-acme-12
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 |