forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
1.9 KiB
1.9 KiB
How Can I Identify the Validity Period of an SSL Root Certificate?
When you connect to an RDS MySQL DB instance using an SSL connection, run the following command to check whether the certificate has expired:
show status like '%ssl_server%';
Update the root certificate to the latest version before it expires:
- On the Instances page, click the target DB instance. In the Basic Information area on the Overview page, click Download in the SSL field to download the root certificate or certificate bundle.
- Reboot the DB instance for the new certificate to take effect.
- Connect to the DB instance using the new certificate or certificate bundle.
Parent topic: Network Security
