ソフトウェア開発会社の管理者は、デジタル署名を使用して会社のアプリケーションの整合性を保護したいと考えています。開発者らは、すべてのアプリケーションで署名プロセスが失敗し続けると報告しています。ただし、署名に使用されたのと同じキー ペアが Web サイト上で適切に動作し、有効であり、信頼できる CA によって発行されています。 署名が失敗する原因として最も考えられるのは次のうちどれですか?
正解:C
The most likely cause of the signature failing is that the certificate is set for the wrong key usage. Key usage is an extension of a certificate that defines the purpose and functionality of the public key contained in the certificate. Key usage can include digital signature, key encipherment, data encipherment, certificate signing, and others. If the certificate is set for a different key usage than digital signature, it will not be able to sign the applications properly. The administrator should check the key usage extension of the certificate and make sure it matches the intended purpose. Verified References: * https://www.wintips.org/how-to-fix-windows-cannot-verify-the-digital-signature-for-this-file-error-in- windows-8-7-vista/ * https://softwaretested.com/mac/how-to-fix-a-digital-signature-error-on-windows-10/ * https://support.microsoft.com/en-us/office/digital-signatures-and-certificates-8186cd15-e7ac-4a16- 8597-22bd163e8e96