Skip to content

Instantly share code, notes, and snippets.

View Cyrille-Dakhlia's full-sized avatar

Cyrille Dakhlia Cyrille-Dakhlia

View GitHub Profile
@Hakky54
Hakky54 / java_keytool_cheat_sheet.md
Last active May 2, 2025 10:15
Keytool Cheat Sheet

Keytool CheatSheet 🔐

Some history

This cheat sheet came into life when I started working on a tutorial of setting up one way tls and two way tls, which can be found here: GitHub - Mutual TLS SSL

Creation and importing

Generate a Java keystore and key pair

keytool -genkeypair -keyalg RSA -keysize 2048 -keystore keystore.jks -alias server -validity 3650
@staltz
staltz / introrx.md
Last active May 24, 2025 19:53
The introduction to Reactive Programming you've been missing