From 09bb6e70f7a25f0ec16cd73a82211cc6801a95a8 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 27 Dec 2015 22:59:18 +0100 Subject: remove leftover --- client.go | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'client.go') 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 -- cgit v1.2.3