Skip to content

Instantly share code, notes, and snippets.

View x86txt's full-sized avatar
🚀

Matthew Evans x86txt

🚀
View GitHub Profile
@telf3
telf3 / README.md
Last active July 24, 2025 14:57
certbot-dns-cloudflare on asustor NAS

This will configure an Asustor NAS to use a Let's Encrypt certificate without exposing it to the internet.
To achieve this, we use Certbot with the DNS-01 challenge via Cloudflare.

I'm placing my configuration in /volume1/system. Feel free to change this to whatever location you prefer.

  1. Set up Cloudflare credentials.
mkdir /volume1/system/letsencrypt
touch /volume1/system/letsencrypt/cloudflare.ini
chown root:root /volume1/system/letsencrypt
@alexjj
alexjj / ZFS Snapshot Deletion
Created April 15, 2015 17:09
Delete all ZFS Snapshots
zfs list -H -o name -t snapshot | xargs -n1 zfs destroy