Select Language:If you want to make sure that your AWS CLI is properly using your certificate file when connecting to the cloud, here’s a simple way to check. First, ensure that your config file includes the correct path to your certificate file, such as ‘ca_bundle = C:\path\to\AmazonRootCA1.pem’. ADVERTISEMENTRun the command aws s3 ls --debug in your command prompt. In the debug logs, you’ll see lines like “Starting new HTTPS connection” and “Sending HTTP request”. Regularly running the debug command helps confirm that your connection is secure with the correct certificate.