| | |
| | | argList.add(String.valueOf(getUserData().getAdminConnectorPort())); |
| | | |
| | | final SecurityOptions sec = getUserData().getSecurityOptions(); |
| | | configureCertificate(sec); |
| | | // TODO: even if the user does not configure SSL maybe we should choose |
| | | // a secure port that is not being used and that we can actually use. |
| | | if (sec.getEnableSSL()) |
| | |
| | | invokeLongOperation(thread); |
| | | notifyListeners(getFormattedDoneWithLineBreak()); |
| | | checkAbort(); |
| | | configureCertificate(sec); |
| | | } |
| | | |
| | | private void configureCertificate(SecurityOptions sec) throws ApplicationException |