Skip to content

Commit e9d163f

Browse files
committed
fixing
1 parent a4e2139 commit e9d163f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,15 @@ 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.
221+
222+
- > [!NOTE] **$JAVA_HOME** refers to the path to the Java home directory.
222223
- > If you're unsure of the path, you can find it by running the following command:
223224
224225
```bash
225226
readlink -f $(which java) | xargs dirname | xargs dirname
226227
```
227228
228229
1. Look for the **Microsoft RSA Root Certificate Authority 2017** in the output. It should look something like this:
229-
230230
```bash
231231
...
232232
Microsoft ECC Root Certificate Authority 2017, 20-Aug-2022, Root CA,

0 commit comments

Comments
 (0)