Documentation ¶
Index ¶
Constants ¶
View Source
const ( CSRPEMBlockType = "CERTIFICATE REQUEST" PublicKeyHeader = "-----BEGIN PUBLIC KEY-----" CertPEMBlockType = "CERTIFICATE" KeyPEMBlockType = "RSA PRIVATE KEY" )
Variables ¶
This section is empty.
Functions ¶
func ParseNewCSR ¶
func ParseNewCSR(data []byte) (*x509.CertificateRequest, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.