X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/98649bccc6a08c193cfbbbdc61b61a41808bbe13..d187fb9a34393cc3591fb34c9db532ba7433f688:/acme.pm diff --git a/acme.pm b/acme.pm index 06bcac9..f657c23 100644 --- a/acme.pm +++ b/acme.pm @@ -27,6 +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 javascript implementation https://github.com/diafygi/gethttpsforfree/blob/gh-pages/js/index.js