From b58e13a34baf7e8f83033e43c57566524771f5dc Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 13 Jan 2016 01:10:43 +0100 Subject: hide aux methods --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 263761f..6698687 100644 --- a/README.md +++ b/README.md @@ -15,22 +15,6 @@ - [ ] Proof of Possession of a Prior Key - [ ] DNS -## File structure - -/var/lib/acme - accounts/ - @mail/ (account ID) - privkey - provider - certs/ - example.com/ (cert ID) - cert - chain - fullchain -> /etc/ssl/certs/examople_com.pem - 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) LoadAccount(email string) -> --""-- @@ -44,27 +28,6 @@ get directory -> urls, first nonce marshal, sign, post -> nonce, response, next -## File structure (draft) - -file: account/\* - another@example.com - - private.key - - provider - - meta (ID) ? - -file: want/\* (yaml or toml) - [domain.tld] - - provider: letsencrypt/directory - - account: another@example.com - - domains: list of additonal domains (optional) - -file: certs/\* - cert/domain.tld -file: private/\* - private/domain.tld -file: tmp/\* - tmp/domain.csr ? - ## Use Flow Init: param(email) -- cgit v1.2.3