Skip to content

Instantly share code, notes, and snippets.

View tmulzer's full-sized avatar

T. Mulzer tmulzer

  • Beuth Hochschule für Technik
View GitHub Profile
@tmulzer
tmulzer / cert_new
Last active March 13, 2022 22:59
nginx-config für reverse-proxy mit http innen, https außen.
#!/bin/bash
ufw disable
certbot --expand -n --nginx --domains <dns_a_name>,<dns_cname_1>,<dns_cname_2>,[...]
ufw enable