aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-27 22:59:18 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-27 22:59:18 +0100
commit09bb6e70f7a25f0ec16cd73a82211cc6801a95a8 (patch)
tree176a33ddfd96c9b48947afd2a049709d14de9b4a /client.go
parent7a09a838af7c28c7b610deddadef8bdfa36abcd7 (diff)
remove leftover
Diffstat (limited to 'client.go')
-rw-r--r--client.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/client.go b/client.go
index 4d2c71d..c14d188 100644
--- a/client.go
+++ b/client.go
@@ -313,18 +313,3 @@ func (c *Client) Cert(s Signer, altnames []string, key *rsa.PrivateKey) ([]byte,
defer resp.Body.Close()
return ioutil.ReadAll(resp.Body)
}
-
-////////////////////////////////////////////////////////////////////////
-
-// Register
-// 1. new-reg
-// arg: contact
-// StatusCreated (201) or StatusConflict (409)
-// Response: Location, Link
-// 2. reg
-// arg: contact, tos
-// StatusOk
-
-// Authorize
-
-// Certificate