From f37c81f68882f8ff2e8c59fa612686fc246c5865 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 28 Jun 2016 04:39:48 +0200 Subject: [PATCH] Proper doc --- acme.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/acme.pm b/acme.pm index f657c23..e44c341 100644 --- a/acme.pm +++ b/acme.pm @@ -27,9 +27,8 @@ use POSIX qw(EXIT_FAILURE); use Data::Dumper; # Documentation links -#XXX: see https://letsencrypt.github.io/acme-spec/ -#XXX: see http://www.rfc-editor.org/rfc/rfc7517.txt -#XXX: see ietf draft at https://ietf-wg-acme.github.io/acme/ +#XXX: see https://letsencrypt.github.io/acme-spec/ (probably based on https://ietf-wg-acme.github.io/acme/) +#XXX: see jwk rfc http://www.rfc-editor.org/rfc/rfc7517.txt #XXX: see javascript implementation https://github.com/diafygi/gethttpsforfree/blob/gh-pages/js/index.js # Set constants -- 2.41.0