Skip to content

Instantly share code, notes, and snippets.

View chrisbrain's full-sized avatar

Chris Brain chrisbrain

View GitHub Profile
@philoushka
philoushka / azure_let's_encrypt.md
Last active March 11, 2019 21:47
Azure and Let's Encrypt
  1. get manual files at sslforfree.com
  2. edit the TXT entries at Namecheap
  3. download the certs that sslforfree.com gives you
  4. convert the crt file to pfx - open Mac Terminal, and cd to the directory that you downloaded them to.
  5. openssl pkcs12 -export -out myVipSiteName-CurrentMonth-CurrentYear.pfx -inkey private.key -in certificate.crt
  6. enter a pwd
  7. upload to Azure portal.
  8. MAKE NOTE OF THE NEW CERT'S THUMBPRINT
  9. change bindings in Azure
  10. delete the old cert in Azure
@staltz
staltz / introrx.md
Last active September 2, 2025 08:17
The introduction to Reactive Programming you've been missing
@mallain
mallain / YammerConnector.cs
Created September 11, 2011 18:24
YammerConnector for QVSource
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using IndustrialCodeBox.APIConnector;
using IndustrialCodeBox.APIConnector.Interfaces;
using System.Data;
using System.Collections.Specialized;
using System.Windows.Forms;