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
1. Look for the **Microsoft RSA Root Certificate Authority 2017** in the output. It should look something like this:
229
229
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.
238
238
239
239
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