aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-15 19:24:12 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-15 19:24:12 +0100
commitefac33f102cc097414576bea951720a55f10bae3 (patch)
tree8971513c98d675d8b0fdea1a156b83359f86a21f
parent914e5a47b570fa4b8961ff849cbe669aee000f44 (diff)
Drop registered flag
-rw-r--r--cmd/acme/config.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 32a4451..4a43e6d 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -25,11 +25,10 @@ type Config struct {
}
type account struct {
- Mail string
- Phone string
- KeySize int
- Key string
- registered bool
+ Mail string
+ Phone string
+ KeySize int
+ Key string
}
type desire struct {