-
Notifications
You must be signed in to change notification settings - Fork 9
Starting the Servers
Leo Loobeek edited this page Oct 5, 2018
·
3 revisions
KeyServer supports a HTTP and DNS server. At this point, KeyServer is capable of running one HTTP instance and one DNS instance. To get started with either, the config
setting is used.
Setup http:
config http
There is a wwwroot
folder provided to store various html files for default values or for using HTTP keys. the HTTP server requires a "default response" which it will always return unless an HTTP key is active.
Setup dns:
config dns
Once inside the server configuration menu, you can use info
to view possible settings and then set <setting>
to set each. You can then use start
to start up the server and back
to exit the menu.
At any point, you can use config <http|dns>
, change settings, and use restart
or stop
to change the server's status.