From: Raphaƫl Gertz Date: Tue, 28 Jun 2016 01:34:24 +0000 (+0200) Subject: Add doc X-Git-Tag: 0.1.0 X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/d187fb9a34393cc3591fb34c9db532ba7433f688 Add doc --- 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