ClientCertificateRequest (String function)

From m204wiki
Revision as of 21:12, 16 May 2016 by JAL (talk | contribs) (add syntax items)
Jump to navigation Jump to search

Create a client certificate request from a public key (String class)

[Requires Janus Network Security]

This page is under construction.

Syntax

%certRequest = string:ClientCertificateRequest[( [Country= string], - [State= string], - [City= string], - [Organization= string], - [OrganizationalUnit= string], - [CommonName= string], - [Challenge= string], - [SignatureAlgorithm= digestAlgorithm])] Throws PKCSError

Syntax terms

%certRequeststring
string string
Country This optional, name required, string argument inserts a country value into the generated client certificate request.
State This optional, name required, string argument inserts a state/province value into the generated client certificate request.
City This optional, name required, string argument inserts a locality value into the generated client certificate request.
Organization This optional, name required, string argument inserts an organization value into the generated client certificate request.
OrganizationalUnit This optional, name required, string argument inserts an organization unit (OU) value into the generated client certificate request.
CommonName This optional, name required, string argument inserts a common-name (CN) value into the generated client certificate request.

Challenge string
This default value of this argument is ??.
SignatureAlgorithm This optional, name required, argument is a DigestAlgorithm enumeration value. Valid values are: MD5, SHA1, SHA256, SHA384 (Model 204 7.7 and later), and SHA512 (Model 204 7.7 and later).

Note: Although supported and currently the default, most modern browsers are deprecating SHA1.

Usage notes

Examples

See also

String methods:

Stringlist methods:

System methods:

Socket methods: