aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/config.go')
-rw-r--r--cmd/acme/config.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 0addfaf..6ad4ca5 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -37,11 +37,11 @@ type provider struct {
}
type account struct {
- Mail string
- Phone string
- KeySize int
- Key string
- pending bool
+ Mail string
+ Phone string
+ KeySize int
+ Key string
+ registered bool
*acme.Account
acme.Contacts
}