Skip to content

Instantly share code, notes, and snippets.

View mjmenger's full-sized avatar

Mark Menger mjmenger

View GitHub Profile
@Mikej81
Mikej81 / error.html
Created January 4, 2023 20:18
401 Error Page Example with configurable SAMLAuthRequest
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/dankogai/js-deflate/rawdeflate.js"></script>
</head>
<body>
<h1>SAMLAuthnRequest Test</h1>
<br />
To use, modify the following variables:
@focrensh
focrensh / ts.json
Last active May 20, 2021 18:50
ts_json
#Logging Setup
create ltm rule telemetry_local_rule
when CLIENT_ACCEPTED {
node 127.0.0.1 6514
}
create ltm rule telemetry_local_rule when CLIENT_ACCEPTED { node 127.0.0.1 6514 }
@webframp
webframp / keybase.md
Created July 25, 2017 18:14
Signing git commits on github using keybase.io gpg key

Probably one of the easiest things you'll ever do with gpg

Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH

First get the public key

keybase pgp export | gpg --import

Next get the private key