Skip to content

Instantly share code, notes, and snippets.

View ikoutras-epages's full-sized avatar

Ioannis Koutras ikoutras-epages

View GitHub Profile
### Keybase proof
I hereby claim:
* I am ikoutras-epages on github.
* I am ikoutrasepages (https://keybase.io/ikoutrasepages) on keybase.
* I have a public key whose fingerprint is 529A 072E E907 88BE 3EC3 F9A2 097A 5806 0E22 4B54
To claim this, I am signing this object:
@ikoutras-epages
ikoutras-epages / 00-update-vault.sh
Last active June 17, 2019 20:25
Let's Encrypt certificate management using Certbot and Vault
#!/bin/sh
#
# Perform certificate updates in Vault.
set -eo pipefail
if ! vault token lookup > /dev/null; then
echo "Login to Vault first."
exit 1
fi