forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
1.8 KiB
1.8 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:
Parent topic: Network Security