Skip to content

Instantly share code, notes, and snippets.

View jlor's full-sized avatar

Jakob Rosenlund jlor

  • Denmark
  • 08:55 (UTC +02:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jlor on github.
  • I am jlor (https://keybase.io/jlor) on keybase.
  • I have a public key whose fingerprint is 457B FE76 3924 5988 4B2C B34A 215E 4EE4 415E DD38

To claim this, I am signing this object:

@jlor
jlor / createcert.sh
Created October 26, 2017 16:41
Quick and handy script for creating certificates for servers on a home network
#!/bin/bash
### Author: Jakob Rosenlund
### Date: 2017-10-26
###
### Network settings
DOMAIN="tm234.lan"
IP_START="10.0.0"
###