Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am srvrguy on github.
  • I am mjohnson (https://keybase.io/mjohnson) on keybase.
  • I have a public key whose fingerprint is 2159 AB81 3CC3 683B 87EC D857 D75C 678E AC7F 8F8A

To claim this, I am signing this object:

@srvrguy
srvrguy / make-vc-keys.ps1
Created March 10, 2016 18:04
A PowerShell script to make a 2048-bit RSA keypair. Saves the files in XML format in the user's document directory.
# Create a 2048-bit RSA Keypair in XML format
#
# @author Michael Johnson <michael.johnson@snap.md>
# @copyright 2016 SnapMD, Inc.
# @license https://opensource.org/licenses/BSD-2-Clause Simplified BSD License
<#
Copyright (c) 2016, SnapMD, Inc.
All rights reserved.