void setClientAuthorities(
String file
)

Sets the list of authority names that a SecureServer will advertise as accepted, when requesting a client certificate from a connecting client. file is a PEM file containing the accepted signing authority certificates - the authority names are extracted from the certificates.

Source

/**
 * Sets the list of authority names that a [SecureServer] will advertise
 * as accepted, when requesting a client certificate from a connecting
 * client.  [file] is a PEM file containing the accepted signing authority
 * certificates - the authority names are extracted from the certificates.
 */
void setClientAuthorities(String file);