We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ef9a3 commit 533c6a2Copy full SHA for 533c6a2
ca/ca.go
@@ -450,7 +450,7 @@ func (ca *certificateAuthorityImpl) IssueCertificate(ctx context.Context, req *c
450
Issued: timestamppb.New(ca.clk.Now()),
451
})
452
if err != nil {
453
- ca.log.AuditErrf("Failed RPC to store at SA: serial=[%s] err=[%v]", serialHex, hex.EncodeToString(certDER))
+ ca.log.AuditErrf("Failed RPC to store at SA: serial=[%s] err=[%v]", serialHex, err)
454
return nil, fmt.Errorf("persisting cert to database: %w", err)
455
}
456
0 commit comments