Skip to content

Instantly share code, notes, and snippets.

View habolanos's full-sized avatar
💭
Convicción

Harold Adrián Bolaños Rodríguez habolanos

💭
Convicción
  • #INDIA, #USA, #GERMANY, #MEXICO, #SOFTTEK, #CHILE, #TINET, #JAPAN, #OLYMPUS, #SYNCRO, #MILL5, #CAPGEMINI, #COOMEVA, #CLOUD #SOLUTION, #ARCHITECT, #DEV, #E11EVENN, #ULTRA-SI, #USB, #UAO, #UCC, #ICESI, #CALI
  • Cali, Colombia
  • 08:26 (UTC -05:00)
  • X @habolanos
View GitHub Profile
@Hakky54
Hakky54 / curl-with-java-keystore.md
Last active June 8, 2024 00:43
Curl with Java KeyStore

Curl with Java KeyStore

Curl doesn't have support for java keystore file, so therefor the file should be converted to a PEM format. It consists of the following multiple steps:

  1. Convert keystore to p12 file
  2. Convert p12 file to pem file
  3. Run curl command with pem files

One way TLS/SSL/Authentication

Convert keystore to p12 file

@simme
simme / Install_tmux
Created October 19, 2011 07:55
Install and configure tmux on Mac OS X
# First install tmux
brew install tmux
# For mouse support (for switching panes and windows)
# Only needed if you are using Terminal.app (iTerm has mouse support)
Install http://www.culater.net/software/SIMBL/SIMBL.php
Then install https://bitheap.org/mouseterm/
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/