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:
Juan Carlos Luciani
2007-06-01 23:05:03 +00:00
parent ba8e155d69
commit 5e1711d870
3 changed files with 6 additions and 3 deletions

View File

@@ -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();