AWS Security ChangesHomeSearch

AWS amazon-mq documentation change

Service: amazon-mq · 2026-01-10 · Documentation low

File: amazon-mq/latest/developer-guide/arn-support-rabbitmq-configuration.md

Summary

Added configuration keys for SSL/TLS certificate authority files

Security assessment

Documents new SSL/TLS configuration parameters for enhanced encryption. No indication of security vulnerability remediation.

Diff

diff --git a/amazon-mq/latest/developer-guide/arn-support-rabbitmq-configuration.md b/amazon-mq/latest/developer-guide/arn-support-rabbitmq-configuration.md
index 7bf3e3d56..8430dbbd6 100644
--- a//amazon-mq/latest/developer-guide/arn-support-rabbitmq-configuration.md
+++ b//amazon-mq/latest/developer-guide/arn-support-rabbitmq-configuration.md
@@ -49,0 +50,12 @@ IAM role ARN that Amazon MQ assumes to access other AWS resources. Required when
+Configuration key | Description  
+---|---  
+`aws.arns.ssl_options.cacertfile` | Certificate authority file for SSL/TLS client connections. Amazon MQ requires using Amazon S3 or to store the certificate.  
+  
+Configuration key | Description  
+---|---  
+`aws.arns.management.ssl.cacertfile` | Certificate authority file for management interface SSL/TLS connections. Amazon MQ requires using Amazon S3 or to store the certificate.  
+  
+Configuration key | Description  
+---|---  
+`aws.arns.auth_oauth2.https.cacertfile` | Certificate authority file for OAuth 2.0 HTTPS connections. Amazon MQ requires using Amazon S3 or to store the certificate.  
+