Fix passing public key to obtainCertificate
This commit is contained in:
parent
977573db9d
commit
bef938454b
@ -53,7 +53,7 @@ func (c *CA) Issue(crt *v1alpha1.Certificate) (v1alpha1.CertificateStatus, []byt
|
||||
return update.Status, nil, nil, err
|
||||
}
|
||||
|
||||
certPem, err := c.obtainCertificate(crt, signeeKey)
|
||||
certPem, err := c.obtainCertificate(crt, &signeeKey.PublicKey)
|
||||
|
||||
if err != nil {
|
||||
s := messageErrorIssueCert + err.Error()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user