sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nix: shell: fix PASSWORD_STORE_DIR
[sourcephile-nix.git]
/
shell
/
x509.nix
diff --git
a/shell/x509.nix
b/shell/x509.nix
index ae0c601b550920ecc0f86d475920a7b09b16b423..bd5852d2b34156f979fc15f8214bac97c1f38946 100644
(file)
--- a/
shell/x509.nix
+++ b/
shell/x509.nix
@@
-6,4
+6,11
@@
days = 3650;
keySize = 4096;
};
+"autogeree.net" = {
+ host = "autogeree.net";
+ domains = ["*.autogeree.net"];
+ passPrefix = "x509";
+ days = 3650;
+ keySize = 4096;
+};
}