use wildcard cert

This commit is contained in:
2025-08-23 21:47:31 -05:00
parent 53bb0c2474
commit a93ae729f7
+6 -2
View File
@@ -75,8 +75,12 @@
virtualHosts."roypository.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
useACMEHost = "roypository.com";
};
virtualHosts."nimh.roypository.com" = {
forceSSL = true;
useACMEHost = "roypository.com";
};
};