aboutsummaryrefslogtreecommitdiff
path: root/certificate.go
diff options
context:
space:
mode:
Diffstat (limited to 'certificate.go')
-rw-r--r--certificate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/certificate.go b/certificate.go
index 999e718..5a9c560 100644
--- a/certificate.go
+++ b/certificate.go
@@ -6,7 +6,7 @@ type CSR struct {
}
func (p *Provider) Bundle(s Signer, d *Desire) error {
- csr, err := d.CSR()
+ csr, err := NewCSR(d.cert, d.altnames)
if err != nil {
return err
}