aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-21 17:19:59 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-21 17:21:24 +0200
commita3978219bab85e650d963276823cb142ecde6a21 (patch)
tree7f1fb82728c587b03cca5e4d6cfe9bf161baefce /client
parent8be2500f35f2edb3db51f6f48ce70d6cfcee24df (diff)
Link to RFC 8555 instead of the ACME I-D URL.
Diffstat (limited to 'client')
-rwxr-xr-xclient2
1 files changed, 1 insertions, 1 deletions
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;