0% found this document useful (0 votes)
10 views1 page

Resolving PKIX Path Building Issues

The document discusses troubleshooting PKIX path building failures in Java SSL connections and importing certificates into the Java cacerts truststore using keytool. It also contains URLs and configuration for a remote OAuth service.

Uploaded by

ElenaCicalini
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Resolving PKIX Path Building Issues

The document discusses troubleshooting PKIX path building failures in Java SSL connections and importing certificates into the Java cacerts truststore using keytool. It also contains URLs and configuration for a remote OAuth service.

Uploaded by

ElenaCicalini
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

nuovo 1 lunedì 20 dicembre 2021 12:28

[Link]
[Link]
-find-valid-certification-path-to-requ
[Link]

keytool -list -v -keystore /path/to/cacerts > java_cacerts.txt

keytool -import -alias example -keystore /path/to/cacerts -file [Link]

remoteservice:
oauth-service:
url: [Link]

-1-

You might also like