SV-261398r996615_rule
V-261398
SRG-OS-000375-GPOS-00160
SLEM-05-612020
CAT II
10
Configure SLEM 5 to certificate status checking for PKI authentication.
Modify all of the cert_policy lines in "/etc/pam_pkcs11/pam_pkcs11.conf" to include "ocsp_on".
Note: OCSP allows sending request for certificate status information. Additional certificate validation polices are permitted.
Additional information on the configuration of multifactor authentication on SLEM 5 can be found at https://www.suse.com/communities/blog/configuring-smart-card-authentication-suse-linux-enterprise/.
Verify SLEM 5 implements certificate status checking for multifactor authentication with the following command:
> grep use_pkcs11_module /etc/pam_pkcs11/pam_pkcs11.conf | awk '/pkcs11_module coolkey {/,/}/' /etc/pam_pkcs11/pam_pkcs11.conf | grep cert_policy
cert_policy = ca,ocsp_on,signature,crl_auto;
If "cert_policy" is not set to include "ocsp", this is a finding.
V-261398
False
SLEM-05-612020
Verify SLEM 5 implements certificate status checking for multifactor authentication with the following command:
> grep use_pkcs11_module /etc/pam_pkcs11/pam_pkcs11.conf | awk '/pkcs11_module coolkey {/,/}/' /etc/pam_pkcs11/pam_pkcs11.conf | grep cert_policy
cert_policy = ca,ocsp_on,signature,crl_auto;
If "cert_policy" is not set to include "ocsp", this is a finding.
M
5596