Add given password for hosts/mermet/knot/autogeree.net/lebureau.conf to store.
[sourcephile-nix.git] / shell / x509.nix
index bd5852d2b34156f979fc15f8214bac97c1f38946..ef752569179c6f6da088eec7153a4a697d280b6e 100644 (file)
@@ -1,16 +1,16 @@
 {
-"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;
-};
+  "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;
+  };
 }