You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/security/fundamentals/azure-CA-details.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,14 +227,17 @@ To determine if the **Microsoft ECC Root Certificate Authority 2017** and **Micr
227
227
```
228
228
229
229
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
+
230
234
```bash
231
235
...
232
236
Microsoft ECC Root Certificate Authority 2017, 20-Aug-2022, Root CA,
233
237
Microsoft RSA Root Certificate Authority 2017, 20-Aug-2022, Root CA,
234
238
...
235
239
```
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
+
238
241
239
242
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:
0 commit comments