#1019 Server management tool
Closed: fixed by edewata. Opened by edewata.

There should be a server-side CLI to simplify managing the server instances and the configuration. For example:

$ pki-server create                 (execute pkispawn)
$ pki-server database-create        (create LDAP database)
$ pki-server database-user-mod      (change LDAP user)
$ pki-server database-ssl-enable    (enable SSL LDAP connection)
$ pki-server database-upgrade       (upgrade database)
$ pki-server jvm-debug-enable       (enable debug in tomcat.conf)
$ pki-server start                  (start instance)
$ pki-server stop                   (stop instance)
$ pki-server stop --force           (kill instance)
$ pki-server remove                 (execute pkidestroy)
$ pki-server remove --force         (kill instance and remove files)

This way the administrator or other applications (e.g. IPA) do not need to edit the files manually or remember the property names. The CLI should access the configuration files directly, it doesn't need a REST service. New command modules can be added incrementally to manage portions of the configuration.

Proposed milestone: 10.3


Metadata Update from @edewata:
- Issue set to the milestone: UNTRIAGED

Metadata Update from @edewata:
- Custom field feature adjusted to None
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field version adjusted to None
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1584

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata