certs: remove always nil error from New signature

This commit is contained in:
Mike Danese
2017-10-23 11:31:10 -07:00
parent 1213f9112b
commit 1181a88cf2
6 changed files with 7 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ func NewCSRSigningController(
client,
csrInformer,
signer.handle,
)
), nil
}
type cfsslSigner struct {