Skip to content

Commit bcb0ad4

Browse files
committed
format-fix
1 parent e9d163f commit bcb0ad4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,17 @@ To determine if the **Microsoft ECC Root Certificate Authority 2017** and **Micr
227227
```
228228
229229
1. Look for the **Microsoft RSA Root Certificate Authority 2017** in the output. It should look something like this:
230+
- 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.
231+
- If it's not in the list, you'll need to add it.
232+
- The output should look like the following sample:
233+
230234
```bash
231235
...
232236
Microsoft ECC Root Certificate Authority 2017, 20-Aug-2022, Root CA,
233237
Microsoft RSA Root Certificate Authority 2017, 20-Aug-2022, Root CA,
234238
...
235239
```
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.
240+
238241
239242
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:
240243
```bash

0 commit comments

Comments
 (0)