Skip to content

Instantly share code, notes, and snippets.

@lontivero
lontivero / gist:593fc51f1208555112e0
Last active January 17, 2025 14:46
Generates Markdown from VS XML documentation file
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
namespace GithubWikiDoc
{
@mtigas
mtigas / gist:952344
Last active January 10, 2025 18:03
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes: