Skip to content

Commit 5f3f042

Browse files
authored
Update guest-configuration-create-signing.md
1 parent b84097b commit 5f3f042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/how-to/guest-configuration-create-signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require code to be signed.
2020

2121
To use the Signature Validation feature, run the
2222
`Protect-GuestConfigurationPackage` cmdlet to sign the package before it's
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 to follow along with the example.
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.
2424

2525
## Windows signature validation
2626

@@ -46,7 +46,7 @@ Protect-GuestConfigurationPackage -Path C:\demo\AuditWindowsService.zip -Certifi
4646

4747
## Linux signature validation
4848

49-
```azurepowershell-interactive
49+
```bash
5050
# generate gpg key
5151
gpg --gen-key
5252

0 commit comments

Comments
 (0)