sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nginx: /dev/shm/nginx is removed by something and /var/cache/nginx/ filled by something
[sourcephile-nix.git]
/
shell
/
x509.nix
1
{
2
"sourcephile.fr" = {
3
host = "sourcephile.fr";
4
domains = ["*.sourcephile.fr"];
5
passPrefix = "x509";
6
days = 3650;
7
keySize = 4096;
8
};
9
"autogeree.net" = {
10
host = "autogeree.net";
11
domains = ["*.autogeree.net"];
12
passPrefix = "x509";
13
days = 3650;
14
keySize = 4096;
15
};
16
}