Agent registration over HTTPS
I'm using Stork 0.15.0. I installed both server and agent but I failed to register the agent in the server. I'm using HTTPS and the server complains that the agent didn't provide a client certificate. As far as I understand from the source code, the client certificate is only generated during the registration process, so it's not there yet during the client-authenticated TLS handshake in the beginning of the registration. If my understanding of the process is correct, I think it should be changed somehow so that it is possible to register over HTTPS.