You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/policy/how-to/guest-configuration-create-signing.md
+37-4Lines changed: 37 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,44 @@ require code to be signed.
20
20
21
21
To use the Signature Validation feature, run the
22
22
`Protect-GuestConfigurationPackage` cmdlet to sign the package before it's
23
-
published. This cmdlet requires a 'Code Signing' certificate.
23
+
published. This cmdlet requires a 'Code Signing' certificate. If you do not have a 'Code Signing' certificate, please use the script below to create a self-signed certificate for testing purposes to follow along with the example.
0 commit comments