prefect/headscale: Fix lets encrypt cert challenge type

This commit is contained in:
The Hedgehog 2022-08-05 17:36:11 -04:00
parent e47cd48425
commit 50ee3a3d22
No known key found for this signature in database

View file

@ -28,7 +28,7 @@
# Set up automatic Let's Encrypt cert pulls
hostname = "vpn.thehedgehog.me";
# Use TLS_ALPN-01 challenge so port 80 stays open for caddy
challengeType = "TLS_ALPN-01";
challengeType = "TLS-ALPN-01";
};
};
# OIDC configuration, so I can have my beloved SSO.