// ParseCSR extracts the CSR from the API object and decodes it. func ParseCSR(pemBytes []byte) (*x509.CertificateRequest, error) { … }
// ParseCSR extracts the CSR from the API object and decodes it. func ParseCSR(pemBytes []byte) (*x509.CertificateRequest, error) { … }