CertificateManager.NewCertificateRequest method

Creates a new Certificate Signing Request (CSR) and returns the PEM-encoded CSR and the private key.

public static CsrResult NewCertificateRequest(CsrOptions o)
parameter description
o Options for creating the CSR.

Return Value

A tuple containing the PEM-encoded CSR and the private key.

See Also