From 649a0daf6d5f2a88835a1022ce233bd709e95c98 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 30 Nov 2015 09:57:54 +0100 Subject: Sync readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e33960f..c578588 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ accounts/ @mail/ (account ID) privkey + provider certs/ example.com/ (cert ID) cert @@ -29,3 +30,10 @@ privkey -> /etc/ssl/private/example_com.key desired/ example.com: www.example.com example.com (text file) + +## API +Register(email string) -> Registration(Account, PrivKey, Noncer) +LoadAccoutn(email string) -> --""-- +Registration.Recover(?) +Regsitration.Authorize(domain []string) -> ([]Challange, []Combination) +Regsitration.Renew(domain []string) -> ([]Challange, []Combination) -- cgit v1.2.3