Skip to content

Instantly share code, notes, and snippets.

View tterem's full-sized avatar
🕵️‍♂️
Focusing

Tomas Terem tterem

🕵️‍♂️
Focusing
View GitHub Profile
@tterem
tterem / generate.key.sh
Created April 18, 2019 09:07
Generate keystores for RESTEasy client ssl tests
#!/bin/bash
PASS="123456"
DN_SERVER="server"
DN_CLIENT="client"
VALIDITY=10000
DIR=$1
HOST="localhost"
cd ${DIR}