SV-235191r638812_rule
V-235191
SRG-APP-000427-DB-000385
MYS8-00-011900
CAT II
10
Remove any certificate that was not issued by a valid DoD certificate authority.
Contact the organization's certificate issuer and request a new certificate that is issued by a valid DoD certificate authorities.
To run MySQL in SSL mode, obtain a valid certificate signed by a single certificate authority.
Before starting the MySQL database in SSL mode, verify the certificate used is issued by a valid DoD certificate authority.
Run this command:
openssl x509 -in <path_to_certificate_pem_file> -text | grep -i "issuer"
If there is any issuer present in the certificate that is not a DoD-approved certificate authority, this is a finding.
V-235191
False
MYS8-00-011900
To run MySQL in SSL mode, obtain a valid certificate signed by a single certificate authority.
Before starting the MySQL database in SSL mode, verify the certificate used is issued by a valid DoD certificate authority.
Run this command:
openssl x509 -in <path_to_certificate_pem_file> -text | grep -i "issuer"
If there is any issuer present in the certificate that is not a DoD-approved certificate authority, this is a finding.
M
5277