aboutsummaryrefslogtreecommitdiff
path: root/provider.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-12 23:12:51 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-12 23:12:51 +0100
commit14b97b923d25386e068612f94540dc37e21e09d9 (patch)
tree7cc461e03373ffbd58111c2241c296f81d713db8 /provider.go
parent9244202a525b9d9a562c26f99545f2b86ede434e (diff)
cleanup
Diffstat (limited to 'provider.go')
-rw-r--r--provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider.go b/provider.go
index 6174440..c696221 100644
--- a/provider.go
+++ b/provider.go
@@ -249,7 +249,7 @@ func (p *Provider) queryStatus(url string) (bool, error) {
}
func (p *Provider) newCert(uri string, s Signer, d *Desire) (*x509.Certificate, nextStep, error) {
- csr, err := NewCSR(d.altnames, d.key)
+ csr, err := d.NewCSR()
if err != nil {
return nil, nextStep{}, err
}