Skip to content

Instantly share code, notes, and snippets.

View dtkav's full-sized avatar
🧑‍🚀

Daniel Grossmann-Kavanagh dtkav

🧑‍🚀
  • Hacking
  • Berkeley, CA
View GitHub Profile
@rcknr
rcknr / README.md
Last active July 19, 2018 12:36
Using Let's Encrypt certificates with Amazon API Gateway

##Using Let's Encrypt certificates with AWS API Gateway

Before starting off with API Gateway set up it's worth mentioning that certificate configuration for this particular service is so far isn't well integrated, therefore different from other AWS services. Despite it using CloudFrount to serve on custom domains it won't let you customize distributions it creates, however all the limitations of CloudFront naturally apply to API Gateway. The most important in this case is the size of the key, which is limited by 2048 bit. Many tutorials provide ready to use terminal commands that have the key size preset at 4096 bit for the sake of better security. This won't work with API Gateway and you'll get an error message about certificate's validity or incorrect chain which won't suggest you the real cause of the issue. Another consideration is that to add a custom domain to API Gateway you have to have a certif

@typpo
typpo / .gitconfig
Last active August 29, 2015 13:57
.gitconfig
[user]
name = Ian Webster
email = ian@planetaryresources.com
[diff]
tool = vimdiff
[color]
ui = auto
diff = auto
@somebox
somebox / redis-graphite.sh
Last active July 18, 2016 00:37
graphite-redis : monitor redis statistics with graphite across several hosts
#!/usr/bin/env ruby
require 'socket'
# This script runs every minute, captures stats about redis
# and forwards them to graphite as counter values.
# Graphite/carbon settings
GRAPHITE_HOST="graphite.intra.local.ch"
GRAPHITE_PORT=8125
@JosefJezek
JosefJezek / how-to-use-pelican.md
Last active April 28, 2024 20:18
How to use Pelican on GitHub Pages
@RickKimball
RickKimball / FR_EXP.c
Created July 1, 2011 04:08
MSP-EXP430FR5739 - Demo program modified for msp430-gcc uniarch
/*******************************************************************************
*
* FR_EXP.c
* User Experience Code for the MSP-EXP430FR5739
* C Functions File
*
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without