aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)