From efac33f102cc097414576bea951720a55f10bae3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 15 Feb 2016 19:24:12 +0100 Subject: Drop registered flag --- cmd/acme/config.go | 9 ++++----- 1 file 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 { -- cgit v1.2.3