Skip to content

Instantly share code, notes, and snippets.

View csparpa's full-sized avatar
🍊

Claudio Sparpaglione csparpa

🍊
View GitHub Profile
@fntlnz
fntlnz / self-signed-certificate-with-custom-ca.md
Last active May 17, 2024 07:59
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096
@achauve
achauve / slack_deploy_bot_template.py
Last active November 20, 2020 05:29
Template of Slack bot for deployment
import logging
import os
import time
import traceback
# pip install slackclient
from slackclient import SlackClient
@mbostock
mbostock / .block
Last active October 10, 2019 18:06
Progress Events
license: gpl-3.0
redirect: https://observablehq.com/@mbostock/fetch-progress