Description: Adds the TLS Certificate on RabbitMQ
Security: Requires an admin user
Usage: PUT /xray/api/v1/configuration/systemParameters
Consumes: application/json
Sample Output:
PUT /api/v1/configuration/systemParameters
{
"sslInsecure": false,
"maxDiskDataUsage": 80,
"monitorSamplingInterval": 300,
"mailNoSsl": false,
"messageMaxTTL": 7,
"jobInterval": 86400,
"allowSendingAnalytics": true,
"httpsPort": 443,
"enableTlsConnectionToRabbitMQ": true,
"httpClientMaxConnections": 50,
"httpClientMaxIdleConnections": 20,
"jsFilesBatch": 20
}