diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 17:19:59 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 17:21:24 +0200 |
commit | a3978219bab85e650d963276823cb142ecde6a21 (patch) | |
tree | 7f1fb82728c587b03cca5e4d6cfe9bf161baefce | |
parent | 8be2500f35f2edb3db51f6f48ce70d6cfcee24df (diff) |
Link to RFC 8555 instead of the ACME I-D URL.
-rw-r--r-- | Changelog | 2 | ||||
-rwxr-xr-x | client | 2 | ||||
-rw-r--r-- | lacme-accountd.md | 2 | ||||
-rw-r--r-- | lacme.md | 2 |
4 files changed, 5 insertions, 3 deletions
@@ -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 <https://tools.ietf.org/html/rfc8555> instead of the + ACME I-D URL. -- Guilhem Moulin <guilhem@fripost.org> Mon, 21 Jan 2019 02:07:58 +0100 @@ -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 @@ -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 |