Skip to content

Commit

Permalink
Merge 35c75dc into fead807
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Oct 10, 2019
2 parents fead807 + 35c75dc commit 575faa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ca/ca.go
Expand Up @@ -474,6 +474,7 @@ func (ca *CertificateAuthorityImpl) IssuePrecertificate(ctx context.Context, iss
if err != nil {
err = berrors.InternalServerError(err.Error())
ca.log.AuditInfof("OCSP Signing failure: serial=[%s] err=[%s]", serialHex, err)
return nil, err
}

_, err = ca.sa.AddPrecertificate(ctx, &sapb.AddCertificateRequest{
Expand Down

0 comments on commit 575faa1

Please sign in to comment.