Skip to content

Commit 0d63b07

Browse files
authored
Apply pencil edit for blocking issue from PR review
1 parent 53aea7d commit 0d63b07

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/active-directory/governance/identity-governance-automation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ To generate a self-signed certificate,
5555

5656
1. Display the thumbprint of the certificate.
5757

58-
```powershell
59-
$cert | ft Thumbprint
60-
```
61-
62-
1. Record the thumbprint that was displayed, the password to protect the private key in the `.pfx` file, and the location of the `.pfx` and `.crt` files.
58+
```powershell
59+
$cert | ft Thumbprint
6360
6461
1. After you have exported the files, you can remove the certificate and key pair from your local user certificate store. In subsequent steps you will remove the `.pfx` and `.crt` files as well, once the certificate and private key have been uploaded to the Azure Automation and Azure AD services.
6562

0 commit comments

Comments
 (0)