Setting up YSoft SafeQ Job Service to use secured YMQ

YSoft SafeQ Job Service can be configured to use secured YMQ when communicating with YSoft SafeQ Spooler Controller by adding the following configuration into YmqProxyOptions:SecurityOptions section in YSoft SafeQ Job Service's configuration file (local.json):

{
"YmqProxyOptions": {
"SecurityOptions": {
"ValidateServerCertificate": true, // Enables server certificate validation
"CertificateStoreName": "My", // Store name where the certificate is located
"CertificateStoreLocation": "LocalMachine", // Store location
"CertificateThumbprint": "7E73E3136A5F955153EEE53D5E0DCF9EDB424DC5", // Thumbprint of the certificate
"Encryption": "Aes128" // Encryption mode, either Aes128 or Aes256
}
}
}

The certificate that will be used to secure the communication is the certificate that has been used in the following guide: Setting secured communication with Spooler Controller - YSoft SafeQ Documentation - Y Soft Knowledge Base.