diff options
author | Simon Rettberg | 2020-12-01 13:42:27 +0100 |
---|---|---|
committer | Simon Rettberg | 2020-12-01 13:42:27 +0100 |
commit | de0c1cdbdda0f3f643d174959317003f847133c6 (patch) | |
tree | c863af9ac130e23819fdeb5ca2e10e9152ac95d6 /satellit_upgrader | |
parent | [SSPS] Add lighttpd rewrites for infoscreen /panel/ rewrites (diff) | |
download | setup-scripts-de0c1cdbdda0f3f643d174959317003f847133c6.tar.gz setup-scripts-de0c1cdbdda0f3f643d174959317003f847133c6.tar.xz setup-scripts-de0c1cdbdda0f3f643d174959317003f847133c6.zip |
[SS?S] Add CA infra for client -> server communication
Diffstat (limited to 'satellit_upgrader')
-rwxr-xr-x | satellit_upgrader/pack-update.sh | 1 | ||||
-rw-r--r-- | satellit_upgrader/updater.template.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/satellit_upgrader/pack-update.sh b/satellit_upgrader/pack-update.sh index 3c889f5..bc5e97d 100755 --- a/satellit_upgrader/pack-update.sh +++ b/satellit_upgrader/pack-update.sh @@ -221,6 +221,7 @@ if [ -z "$LEAN" ]; then addinstallfile "slxadmin-bootscript" addinstallfile "slxadmin-boot.service" addinstallfile "patch_lighttpd_phpchildren" + addinstallfile "slx-cert" addinstallfile "dnbd3/dnbd3-server.service" addinstallfile "dnbd3/server.conf" diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index b2a9c66..58454c1 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -554,6 +554,7 @@ if [ "$MAJOR" -lt 10 ]; then fi diffcp "lighttpd.conf" "/etc/lighttpd/lighttpd.conf" && restart["lighttpd.service"]=ja diffcp "lighttpd-auto-ssl.sh" "/usr/share/lighttpd/auto-ssl.sh" && restart["lighttpd.service"]=ja +diffcp "slx-cert" "/opt/openslx/slx-cert" && restart["lighttpd.service"]=ja diffcp "lighttpd-include-conf-d.sh" "/usr/share/lighttpd/include-conf-d.sh" && restart["lighttpd.service"]=ja # ********************** lighttpd php_children ************* |