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 December 6, 2025 21:36
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Last update: Nov 2025.

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 ecparam -genkey -name secp384r1 | openssl ec -aes256 -out rootCA.key
@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