Skip to content

Instantly share code, notes, and snippets.

View palazzem's full-sized avatar

Emanuele Palazzetti palazzem

  • Former Director of Engineering @DataDog
  • Paris, France
View GitHub Profile
@palazzem
palazzem / ca_selfsigned_server.sh
Last active August 29, 2015 14:05
Generate a self-signed certificate with a custom CA
#! /bin/bash
# Bash script to create a self signed CA and a server certificate
# This script is unattended and (for this reason), the CA key
# doesn't require any password to be used. This is __NOT__ a good
# behaviour in a production environment so USE IT AT YOUR OWN RISK!
# Configure CA structure
mkdir -m 0700 -p \
./demoCA/private \
@palazzem
palazzem / .gitignore-android
Created November 2, 2013 14:00
.gitignore for Android development with Android Studio IDE
# Android
gen/
build/
# Gradle
.gradle/
local.properties
# Old Android
bin/