Skip to content

Instantly share code, notes, and snippets.

View tobiasehlert's full-sized avatar
😎
Eat, Sleep, Code, Repeat.

Tobias Lindberg tobiasehlert

😎
Eat, Sleep, Code, Repeat.
View GitHub Profile
@tobiasehlert
tobiasehlert / letsencrypt_esxi.sh
Created January 28, 2020 23:57 — forked from shr00mie/letsencrypt_esxi.sh
Let's Encrypt SSL for ESXi
#!/bin/bash
#
## -------------------------------=[ Info ]=--------------------------------- ##
#
# Generate letsencrypt cert on local server and scp to esxi target.
# Designed and tested on Ubuntu 16.04LTS.
# Assumes you have upnp control over local network. Tested with Ubiquiti USG.
#
# Dependencies:
# miniupnpc (sudo apt install miniupnpc)
@tobiasehlert
tobiasehlert / Lindberg-server-toolkit.md
Last active March 1, 2020 11:13
Lindberg server toolkit

Lindberg server toolkit README file

Repo contains

  • setup.sh to as starter script to select what to do
  • add-sshkey-and-rights.sh to add ssh-key(s) to user(s)
  • centos-software-installation.sh to install software on servers

Installation

git clone https://gist.github.com/4b0d23832a30f4e322c5cb35d931a82a.git lindberg-server-toolkit; cd lindberg-server-toolkit; sh setup.sh