Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set logEvent names fields correctly (#6387)
According to the documentation for certificateRequestEvent: // CommonName is the subject common name from the issued cert CommonName string `json:",omitempty"` // Names are the DNS SAN entries from the issued cert Names []string `json:",omitempty"` We were erroneously setting these based on the CSR, not the issued certificate.
- Loading branch information