Configuration & Start
Configure things like api port and authentication keys in the
cmd/tls-client-api/config.dist.ymlfile.The default endpoint is
http://127.0.0.1:8080/api/forwardYou need to set a
x-api-keyheader with an auth key from the config file. This is for protecting the API when you host it on some server. Requests without the correct keys in the header will be rejected.
Last updated