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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 0dd396c..a28c619 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -42,6 +42,7 @@ type account struct {
Phone string
KeySize int
Key string
+ pending bool
*acme.Account
acme.Contacts
}