Skip to content

Commit a4e2139

Browse files
committed
PR-review-fixes
1 parent 6ae78ee commit a4e2139

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

articles/active-directory/fundamentals/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ items:
273273
href: ../develop/howto-build-services-resilient-to-metadata-refresh.md?toc=/azure/active-directory/fundamentals/toc.json
274274
- name: Monitor application health for resilience
275275
href: monitor-sign-in-health-for-resilience.md
276-
- name: Certificate authorities used in Azure
277-
href: certificate-authorities.md
278276
- name: Secure with Azure Active Directory
279277
items:
280278
- name: Introduction

articles/security/fundamentals/azure-CA-details.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Certificate Authority details for Azure services that utilize x509
44
services: security
55
ms.service: security
66
ms.subservice: security-fundamentals
7-
ms.topic: article
8-
ms.date: 04/11/2023
7+
ms.topic: conceptual
8+
ms.date: 04/21/2023
99
ms.author: sarahlipsey
1010
author: shlipsey3
1111
manager: amycolannino
@@ -218,23 +218,23 @@ To determine if the **Microsoft ECC Root Certificate Authority 2017** and **Micr
218218
```bash
219219
keytool -list -keystore $JAVA_HOME/jre/lib/security/cacerts
220220
```
221-
- Note: `$JAVA_HOME` refers to the path to the Java home directory.
222-
- If you're unsure of the path, you can find it by running the following command:
221+
- > [!NOTE] `$JAVA_HOME` refers to the path to the Java home directory.
222+
- > If you're unsure of the path, you can find it by running the following command:
223223
224224
```bash
225225
readlink -f $(which java) | xargs dirname | xargs dirname
226226
```
227227
228228
1. Look for the **Microsoft RSA Root Certificate Authority 2017** in the output. It should look something like this:
229229
230-
```bash
231-
...
232-
Microsoft ECC Root Certificate Authority 2017, 20-Aug-2022, Root CA,
233-
Microsoft RSA Root Certificate Authority 2017, 20-Aug-2022, Root CA,
234-
...
235-
```
236-
- If the **Microsoft ECC Root Certificate Authority 2017** and **Microsoft RSA Root Certificate Authority 2017** root certificates are trusted, they should appear in the list of trusted root certificates used by the JVM.
237-
- If it's not in the list, you'll need to add it.
230+
```bash
231+
...
232+
Microsoft ECC Root Certificate Authority 2017, 20-Aug-2022, Root CA,
233+
Microsoft RSA Root Certificate Authority 2017, 20-Aug-2022, Root CA,
234+
...
235+
```
236+
- If the **Microsoft ECC Root Certificate Authority 2017** and **Microsoft RSA Root Certificate Authority 2017** root certificates are trusted, they should appear in the list of trusted root certificates used by the JVM.
237+
- If it's not in the list, you'll need to add it.
238238
239239
1. To add a root certificate to the trusted root certificate store in Java, you can use the `keytool` utility. The following example adds the **Microsoft RSA Root Certificate Authority 2017** root certificate:
240240
```bash

articles/security/fundamentals/certificate-pinning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Certificate pinning
3+
titleSuffix: Certificate pinning and Azure services
34
description: Information about the history, usage, and risks of certificate pinning.
45
services: security
56
ms.service: security
67
ms.subservice: security-fundamentals
7-
ms.topic: article
8+
ms.topic: conceptual
89
ms.date: 04/11/2023
9-
1010
ms.author: sarahlipsey
1111
author: shlipsey3
1212
manager: amycolannino

0 commit comments

Comments
 (0)