Skip to content

Commit

Permalink
Merge pull request #8 from ansible-lockdown/georgenalen
Browse files Browse the repository at this point in the history
adjusted WN16-PK-000030
Signed-off-by: George Nalen <[email protected]>
  • Loading branch information
georgenalen authored Dec 18, 2020
2 parents ca0cf59 + ff2dcfe commit ed89734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@
- name: "MEDIUM | WN16-PK-000030 | The US DoD CCEB Interoperability Root CA cross-certificates must be installed in the Untrusted Certificates Store on unclassified systems."
block:
- name: "MEDIUM | WN16-PK-000030 | AUDIT | The US DoD CCEB Interoperability Root CA cross-certificates must be installed in the Untrusted Certificates Store on unclassified systems."
win_command: Get-ChildItem -Path Cert:Localmachine\disallowed | Where Issuer -Like "*CCEB Interoperability*" | FL Subject, Issuer, Thumbprint, NotAfter
win_shell: Get-ChildItem -Path Cert:Localmachine\disallowed | Where Issuer -Like "*CCEB Interoperability*" | FL Subject, Issuer, Thumbprint, NotAfter
register: wn16_pk_000030_audit
check_mode: no
changed_when: no
Expand Down

0 comments on commit ed89734

Please sign in to comment.