Yast module modifications to invoke the shell script that allows the ATS
to leverage installed certificates and keys for the server.
This commit is contained in:
@@ -658,6 +658,9 @@ global boolean Write() {
|
||||
}
|
||||
});
|
||||
|
||||
// Refresh the server Keystore
|
||||
SCR::Execute(.target.bash, "/usr/share/java/CASA/authtoken/bin/refresh_server_keystore.sh");
|
||||
|
||||
// Adjust firewall as needed
|
||||
if (Abort()) return false;
|
||||
Progress::NextStage();
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@HEADER-COMMENT@
|
||||
|
||||
@HEADER@
|
||||
Requires: yast2 CASA_auth_token_svc curl
|
||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite CASA_auth_token_svc curl yast2-theme-NLD java-sdk-1.5.0 update-alternatives log4j jakarta-commons-logging pwdutils CASA-devel
|
||||
Requires: yast2 CASA_auth_token_svc curl openssl
|
||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite CASA_auth_token_svc curl openssl yast2-theme-NLD java-sdk-1.5.0 update-alternatives log4j jakarta-commons-logging pwdutils CASA-devel
|
||||
|
||||
BuildArchitectures: noarch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user