Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMS ID 11461 #192

Merged
merged 46 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
6a1440c
changed "Java" to JDK
jasonbegy Nov 13, 2023
cb2114a
Merge branch 'oracle-livelabs:main' into main
jasonbegy Feb 6, 2024
15b1028
updates to javasecurity
jasonbegy Feb 9, 2024
92f34da
minor updates
jasonbegy Feb 9, 2024
48a65b9
updated video link
jasonbegy Feb 12, 2024
2e021b8
Update sprint-javasecurity.md
jasonbegy Feb 13, 2024
1c3ae3b
small tweaks
jasonbegy Feb 13, 2024
042e8c8
Merge branch 'main' into main
jasonbegy Feb 14, 2024
8a6c41f
Update sprint-javasecurity.md
jasonbegy Mar 12, 2024
5509a30
Merge branch 'main' into main
jasonbegy Mar 12, 2024
3a582cb
started jcmd
jasonbegy Apr 24, 2024
1ba064c
updates to jcmd workshop
jasonbegy May 3, 2024
50a2e9d
Merge branch 'main' into main
jasonbegy May 3, 2024
7ce01db
Update sprint-jcmd.md
jasonbegy May 9, 2024
012dfa0
Merge branch 'main' into main
jasonbegy May 9, 2024
92848ea
fixed acknolwedgements
jasonbegy May 10, 2024
c6a0b48
Merge branch 'main' into main
jasonbegy May 10, 2024
33f2598
beginnings of keytool sprint
jasonbegy Jun 11, 2024
fce7238
Update sprint-keytool.md
jasonbegy Jun 12, 2024
af28910
fixed titles
jasonbegy Jun 27, 2024
0ff8407
fixed spacing
jasonbegy Jun 27, 2024
43762cd
Merge branch 'main' into main
jasonbegy Jun 27, 2024
658339f
Update sprint-tzupdater.md
jasonbegy Nov 14, 2024
924d9d1
Merge branch 'main' into main
jasonbegy Nov 14, 2024
610171e
fixed Last Update date
jasonbegy Nov 15, 2024
a0a3b65
added pkixexception
jasonbegy Dec 3, 2024
cf8bf46
updates to pkixexception
jasonbegy Dec 3, 2024
f0720d3
Update sprint-pkixexception.md
jasonbegy Dec 3, 2024
e5bb08e
Merge branch 'main' into main
jasonbegy Dec 3, 2024
ee4b580
fixed typos
jasonbegy Dec 4, 2024
7eb2a8d
Merge branch 'main' into main
jasonbegy Dec 4, 2024
02368dc
initial download files
jasonbegy Dec 4, 2024
525645e
initial downloads work
jasonbegy Dec 6, 2024
07f94dd
restructuring
jasonbegy Dec 9, 2024
de023f5
downloads content
jasonbegy Dec 11, 2024
e71d4f1
fixes to tzupdater and ssldebug
jasonbegy Dec 11, 2024
02fdb7d
Merge branch 'main' into main
jasonbegy Dec 11, 2024
9793f53
downloads updates
jasonbegy Dec 18, 2024
a8769fc
tiny tzupdater fix
jasonbegy Dec 18, 2024
20795f4
Merge branch 'main' into main
jasonbegy Dec 18, 2024
e0cf8ad
updated tzupdater
jasonbegy Dec 18, 2024
4ad0303
Merge branch 'main' of https://github.com/jasonbegy/jasonsprints
jasonbegy Dec 18, 2024
27cf1be
lots of downloads updates
jasonbegy Dec 18, 2024
0ad239e
Aurelio's updates to Downloads Sprint
jasonbegy Jan 15, 2025
772fe3b
deleted readme
jasonbegy Jan 15, 2025
6302498
Merge branch 'main' into main
jasonbegy Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sprint-pkixexception.md
jasonbegy committed Dec 3, 2024
commit f0720d363d3c2178fc65cccf7045dc6782c1ccd7
6 changes: 3 additions & 3 deletions java/sprint-pkixexception/sprint-pkixexception.md
Original file line number Diff line number Diff line change
@@ -38,9 +38,9 @@ caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.Validator
2. Manually add the certificate to `cacerts` by executing the following command:

```
<copy>keytool -import -trustcacerts
-file [certificate-file]
-alias [alias]
<copy>keytool -import -trustcacerts
-file [certificate-file]
-alias [alias]
-keystore $JAVA_HOME/lib/security/cacerts</copy>
```