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)