aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
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