mermet: knot: sourcephile.fr: remove Gandi as NS
[sourcephile-nix.git] / shell / x509.nix
index ae0c601b550920ecc0f86d475920a7b09b16b423..ef752569179c6f6da088eec7153a4a697d280b6e 100644 (file)
@@ -1,9 +1,16 @@
 {
-"sourcephile.fr" = {
-  host = "sourcephile.fr";
-  domains = ["*.sourcephile.fr"];
-  passPrefix = "x509";
-  days = 3650;
-  keySize = 4096;
-};
+  "sourcephile.fr" = {
+    host = "sourcephile.fr";
+    domains = [ "*.sourcephile.fr" ];
+    passPrefix = "x509";
+    days = 3650;
+    keySize = 4096;
+  };
+  "autogeree.net" = {
+    host = "autogeree.net";
+    domains = [ "*.autogeree.net" ];
+    passPrefix = "x509";
+    days = 3650;
+    keySize = 4096;
+  };
 }