aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-30 09:57:54 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-30 09:57:54 +0100
commit649a0daf6d5f2a88835a1022ce233bd709e95c98 (patch)
tree7e5269b16b724199d9a2193e014eec5d6ed46ca6 /README.md
parentbc3617c26abcd88fee550360ade3429d2de47133 (diff)
Sync readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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)