{
-"sourcephile" = {
- 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;
+ };
}