Home > Configuration > SSL > setsslprofile_insertionencoding

setsslprofile_insertionencoding

Use this method to set encoding method used to insert the subject or issuer's name in HTTP requests to servers.

Syntax



Parameters

name

Name for the SSL profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the profile is created.
This is mandatory parameter.

insertionencoding

Encoding method used to insert the subject or issuer's name in HTTP requests to servers.
Default value = UNICODE_INSERTION.
Possible Values : Unicode, UTF-8.

Return Value

Returns simpleResult

See Also