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