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" = { virtualHosts."roypository.com" = {
forceSSL = true; forceSSL = true;
enableACME = true; useACMEHost = "roypository.com";
acmeRoot = null; };
virtualHosts."nimh.roypository.com" = {
forceSSL = true;
useACMEHost = "roypository.com";
}; };
}; };