Gcr.CertificateRequest.prototype.complete_async
function complete_async(cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for gcr_certificate_request_complete_async() }
Asynchronously complete and sign a certificate request, so that it can be encoded and sent to a certificate authority.
This call will return immediately and complete later.
- cancellable
a cancellation object
- callback
called when the operation completes