Method

GcrCertificateRequestset_cn

Declaration [src]

void
gcr_certificate_request_set_cn (
  GcrCertificateRequest* self,
  const gchar* cn
)

Description [src]

Set the common name encoded in the certificate request.

Parameters

cn

Type: const gchar*

Common name to set on the request.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.