add dummy cert to bypass rate limits

This commit is contained in:
2025-08-23 15:17:25 -05:00
parent 9f02a564c6
commit 912cafba57
+5
View File
@@ -70,6 +70,11 @@
enableACME = true; enableACME = true;
acmeRoot = null; acmeRoot = null;
}; };
virtualHosts."dummy.roypository.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
};
}; };
# Declare test service manually # Declare test service manually