Gcr.CertificateRequest.prototype.complete

function complete(cancellable: Gio.Cancellable): Boolean {
    // Gjs wrapper for gcr_certificate_request_complete()
}
  

Complete and sign a certificate request, so that it can be encoded and sent to a certificate authority.

This call may block as it signs the request using the private key.

cancellable

a cancellation object

Returns

whether certificate request was successfully completed or not