Gcr.CertificateRequest.prepare
function prepare(format: Gcr.CertificateRequestFormat, private_key: Gck.Object): Gcr.CertificateRequest { // Gjs wrapper for gcr_certificate_request_prepare() }
Create a new certificate request, in the given format for the private key.
- format
the format for the certificate request
- private_key
the private key the the certificate is being requested for
- Returns
a new Gcr.Certificate request