1
1
Fork 0

Add acme certs to sealblog

main
Bill Ewanick 2023-08-02 11:55:31 -04:00
parent 5f1ac39a0e
commit 5b9a63bd20
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@ in
};
};
# when in doubt, clear away the certs with
# sudo rm -rf /var/lib/acme/
security.acme.acceptTerms = true;
security.acme.email = "admin@cutesealfanpage.love";
# uncomment this to use the staging server
# security.acme.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
# services.cron = {
# enable = true;
# systemCronJobs = [