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 /client | |
parent | 8be2500f35f2edb3db51f6f48ce70d6cfcee24df (diff) |
Link to RFC 8555 instead of the ACME I-D URL.
Diffstat (limited to 'client')
-rwxr-xr-x | client | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |