From a3978219bab85e650d963276823cb142ecde6a21 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 Aug 2019 17:19:59 +0200 Subject: Link to RFC 8555 instead of the ACME I-D URL. --- Changelog | 2 ++ client | 2 +- lacme-accountd.md | 2 +- lacme.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 27b93de..948b3f4 100644 --- a/Changelog +++ b/Changelog @@ -6,6 +6,8 @@ lacme (0.6) UNRELEASED - lacme: assume that the iptables(1) binaries are under /usr/sbin not /sbin. As of Buster this is the case, and the maintainer plans to drop compatibility symlinks once Bullseye is released. + - Link to RFC 8555 instead of the + ACME I-D URL. -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 diff --git a/client b/client index c152e30..9dbcc3f 100755 --- a/client +++ b/client @@ -181,7 +181,7 @@ sub request_json_decode($;$$) { ############################################################################# # JSON-encode the hash reference $h and send it to the ACME server $uri # encapsulated it in a JSON Web Signature (JWS). -# https://tools.ietf.org/html/draft-ietf-acme-acme-12 +# https://tools.ietf.org/html/rfc8555 # sub acme($@) { my $uri = shift; diff --git a/lacme-accountd.md b/lacme-accountd.md index 59d9bd9..403c68c 100644 --- a/lacme-accountd.md +++ b/lacme-accountd.md @@ -135,7 +135,7 @@ See also [`lacme`(1)], [`ssh`(1)] -[ACME]: https://tools.ietf.org/html/draft-ietf-acme-acme-02 +[ACME]: https://tools.ietf.org/html/rfc8555 [`lacme`(1)]: lacme.1.html [`signal`(7)]: http://linux.die.net/man/7/signal [`gpg`(1)]: https://www.gnupg.org/documentation/manpage.en.html diff --git a/lacme.md b/lacme.md index 2d70c49..ca9a6a9 100644 --- a/lacme.md +++ b/lacme.md @@ -406,7 +406,7 @@ See also [`lacme-accountd`(1)] -[ACME]: https://tools.ietf.org/html/draft-ietf-acme-acme-12 +[ACME]: https://tools.ietf.org/html/rfc8555 [`lacme-accountd`(1)]: lacme-accountd.1.html [`iptables`(8)]: http://linux.die.net/man/8/iptables [`ciphers`(1ssl)]: https://www.openssl.org/docs/manmaster/apps/ciphers.html -- cgit v1.2.3