aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/main.go')
-rw-r--r--cmd/acme/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index cd80451..faff013 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -106,7 +106,7 @@ func requestCert(prov *acme.Provider, sig *acme.Signer, d domain) error {
}
log.Println("Request bundle for", d.Altnames)
- cert, err := prov.Bundle(sig, c.PrivateKey, d.Altnames)
+ cert, err := prov.Bundle(sig, c.PrivateKey, d.Altnames, nil)
if err != nil {
return err
}