mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 18:17:22 +00:00
Update use-signed-policies-to-protect-windows-defender-application-control-against-tampering.md
Added a note that all policies must be PKCS 7 signed
This commit is contained in:
parent
33d2415c33
commit
b6ba405980
@ -46,6 +46,9 @@ To sign a WDAC policy with SignTool.exe, you need the following components:
|
|||||||
|
|
||||||
- An internal CA code signing certificate or a purchased code signing certificate
|
- An internal CA code signing certificate or a purchased code signing certificate
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> All policies (base and supplemental and single-policy format) must be pkcs7 signed. [PKCS 7 Standard](https://datatracker.ietf.org/doc/html/rfc5652)
|
||||||
|
|
||||||
If you do not have a code signing certificate, see [Optional: Create a code signing certificate for Windows Defender Application Control](create-code-signing-cert-for-windows-defender-application-control.md) for instructions on how to create one. If you use an alternate certificate or WDAC policy, be sure to update the following steps with the appropriate variables and certificate so that the commands will function properly. To sign the existing WDAC policy, copy each of the following commands into an elevated Windows PowerShell session:
|
If you do not have a code signing certificate, see [Optional: Create a code signing certificate for Windows Defender Application Control](create-code-signing-cert-for-windows-defender-application-control.md) for instructions on how to create one. If you use an alternate certificate or WDAC policy, be sure to update the following steps with the appropriate variables and certificate so that the commands will function properly. To sign the existing WDAC policy, copy each of the following commands into an elevated Windows PowerShell session:
|
||||||
|
|
||||||
1. Initialize the variables that will be used:
|
1. Initialize the variables that will be used:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user