Remove the redirection from HTTP to HTTPS from the mastodon vhost #111
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/110-mastodon_broken_certbot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is already done in the certbot vhost (https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-nginx/templates/default/nginx_conf_certbot.erb) and it redirects every request to HTTPS, breaking Let's Encrypt validation
Fixes #110
This is running on andromeda, ready to merge. Confirmed to work by running
certbot renew --test-cert --dry-run, the cert will be renewed tomorrow when the cron job runsI forgot to update, the cert for kosmos.social was automatically renewed as planned on Oct 28
LGTM