Skip to content

Commit 8facb0f

Browse files
committed
Added info to create new certificate with portal
1 parent d811592 commit 8facb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/shared-resources/certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage certificates in Azure Automation
33
description: This article tells how to work with certificates for access by runbooks and DSC configurations.
44
services: automation
55
ms.subservice: shared-capabilities
6-
ms.date: 12/22/2020
6+
ms.date: 01/04/2023
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -59,7 +59,7 @@ When you create a new certificate, you upload a .cer or .pfx file to Automation.
5959
1. From your Automation account, on the left-hand pane select **Certificates** under **Shared Resource**.
6060
1. On the **Certificates** page, select **Add a certificate**.
6161
1. In the **Name** field, type a name for the certificate.
62-
1. To browse for a **.cer** or **.pfx** file, under **Upload a certificate file**, choose **Select a file**. If you select a **.pfx** file, specify a password and indicate if it can be exported.
62+
1. To browse for a **.cer** or **.pfx** file, under **Upload a certificate file**, choose **Select a file**. If you select a **.pfx** file, specify a password and indicate if it can be exported. If you are using Azure Automation portal to upload certificates, it might fail for partner (CSP) accounts. We recommend that you use [PowerShell cmdlets](#powershell-cmdlets-to-access-certificates) as a workaround to overcome this issue.
6363
1. Select **Create** to save the new certificate asset.
6464

6565
### Create a new certificate with PowerShell

0 commit comments

Comments
 (0)