Skip to content

Instantly share code, notes, and snippets.

View JHoerbst's full-sized avatar

Julian Hörbst JHoerbst

View GitHub Profile
@rschuetzler
rschuetzler / 00_get_certificate.sh
Last active March 17, 2025 22:04
Using LetsEncrypt with Amazon Linux 2023
#!/usr/bin/env bash
# Place in .platform/hooks/postdeploy directory
sudo certbot -n -d YOURDOMAINHERE --nginx --agree-tos --email YOUREMAILHERE