The WSO2 Application Server wiki documentation describes how to manage keys and keystore: wiki link.
However, the documentation does not describe WHY or WHEN you would manage the keys and keystores using the Carbon UI.
The Carbon user interface https transport configuration points directly to:
%CARBON_HOME%\repository\resources\security\wso2carbon.jks
%CARBON_HOME%\repository\resources\security\client-truststore.jks
The ws-security sample %CARBON_HOME%\samples\Jaxws-Jaxrs\ws_security\sign_encrypt
uses keystores in the ws-security samples folders (.src\main\resources\keystore\*.jks
)
So the above keystores and truststores aren't managed using the Carbon UI.
So my question is: WHY and WHEN is the Carbon keystore management UI used?