pub.security:setKeyAndChainFromBytes
WmPublic. Associates a key and certificate chain with the subsequent set of invoked services. Use this service to associate a key and certificate chain that is different from the default settings, and if your key and certificate information is located in byte arrays (rather than files).
Input Parameters
provoke | Object A byte array containing the client's private key. |
certs | Object List List of byte arrays containing the client's certificate chain. The list should start with the user's certificate followed by (in sequence) intermediate certificates and the root CA certificate. |
Output Parameters
None.
Usage Notes
To enable this service to work properly if you use the FTPS protocol, you must set the
secure parameter to
True in the
pub.client:http and
pub.client.ftp:login services.
You can use pub.security:clearKeyAndChain with pub.security:setKeyAndChainFromBytes. See the Usage Notes for
pub.security:clearKeyAndChain for more information about using the
pub.security:setKeyAndChainFromBytes service.