Skip to content

Commit 672af9b

Browse files
(Azure CXP) Added a note on how CX can avoid certificate error
Added a note: "OS X does default to selecting the first item in whatever category you have selected within Keychain Assistant and could be problematic if you’re on the Certificates section and the Apple Worldwide Developer Relations Certification Authority is not the first item in the list. Make sure you’re in the **"Certificates"** section and select **"Apple Worldwide Developer Relations Certification Authority"** before requesting a certificate." https://github.com/MicrosoftDocs/azure-docs/issues/47064
1 parent 21e33a0 commit 672af9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

includes/notification-hubs-enable-apple-push-notifications.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Generate the Certificate Signing Request (CSR) file, which Apple uses to generat
2020
1. Select **Keychain Access**, expand **Certificate Assistant**, and then select **Request a Certificate from a Certificate Authority**.
2121

2222
![Use Keychain Access to request a new certificate](./media/notification-hubs-enable-apple-push-notifications/notification-hubs-request-cert-from-ca.png)
23+
24+
> [!NOTE]
25+
> OS X does default to selecting the first item in whatever category you have selected within Keychain Assistant and could be problematic if you’re on the Certificates section and the Apple Worldwide Developer Relations Certification Authority is not the first item in the list. Make sure you’re in the **"Certificates"** section and select **"Apple Worldwide Developer Relations Certification Authority"** before requesting a certificate.
26+
2327

2428
1. Select your **User Email Address**, enter your **Common Name** value, make sure that you specify **Saved to disk**, and then select **Continue**. Leave **CA Email Address** blank as it isn't required.
2529

0 commit comments

Comments
 (0)