We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb0ad4 commit e180f04Copy full SHA for e180f04
articles/security/fundamentals/azure-CA-details.md
@@ -218,9 +218,8 @@ To determine if the **Microsoft ECC Root Certificate Authority 2017** and **Micr
218
```bash
219
keytool -list -keystore $JAVA_HOME/jre/lib/security/cacerts
220
```
221
-
222
- - > [!NOTE] **$JAVA_HOME** refers to the path to the Java home directory.
223
- - > If you're unsure of the path, you can find it by running the following command:
+ - `$JAVA_HOME` refers to the path to the Java home directory.
+ - If you're unsure of the path, you can find it by running the following command:
224
225
226
readlink -f $(which java) | xargs dirname | xargs dirname
0 commit comments