Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6be6eba68 | |||
| 5934568d10 |
@@ -99,7 +99,7 @@ in
|
|||||||
"${hostname}.john-stream.com"
|
"${hostname}.john-stream.com"
|
||||||
"192.168.1.142"
|
"192.168.1.142"
|
||||||
];
|
];
|
||||||
postCommands = [
|
renew.postCommands = [
|
||||||
"docker restart envoy"
|
"docker restart envoy"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -110,7 +110,10 @@ let
|
|||||||
umask 077
|
umask 077
|
||||||
${lib.getExe' pkgs.coreutils "cat"} "${tlsCert}" "${tlsKey}" > "${mtlsBundle}"
|
${lib.getExe' pkgs.coreutils "cat"} "${tlsCert}" "${tlsKey}" > "${mtlsBundle}"
|
||||||
|
|
||||||
|
echo "Reloading units:"
|
||||||
${renewReloadScript}
|
${renewReloadScript}
|
||||||
|
|
||||||
|
echo "Post commands:"
|
||||||
${renewPostCommands}
|
${renewPostCommands}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user