Topic 1 Question 122
You need to issue a new server certificate because your old one is expiring. You need to avoid a restart of your Cloud SQL for MySQL instance. What should you do in your Cloud SQL instance?
Issue a rollback, and download your server certificate.
Create a new client certificate, and download it.
Create a new server certificate, and download it.
Reset your SSL configuration, and download your server certificate.
ユーザの投票
コメント(3)
You must restart an instance after enforcing SSL for the instance. However, you don't need to restart the instance after changing SSL/TLS certificates. If a restart is required, then this is done automatically during the SSL update event. https://cloud.google.com/sql/docs/mysql/configure-ssl-instance
👍 1AnilKr2023/03/23C. Issuing a rollback is nonsense. Eliminate A. The client certificate is unaffected. Eliminate B. Resetting the SSL configuration is not mentioned, but if you enforced SSL that would require an instance re-start. All you need to do is create a new server certificate and download it (to your clients). https://cloud.google.com/sql/docs/sqlserver/configure-ssl-instance#server-certs
👍 1dynamic_dba2023/03/27- 正解だと思う選択肢: C
vote for C
👍 1absero16092023/04/27
シャッフルモード