friendsofgo / killgrave

Simple way to generate mock servers written in Go

Home Page:https://friendsofgo.github.io/killgrave/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the possibility to run the mock server using HTTPS

aperezg opened this issue · comments

We need to give the possibility to run the mock server using HTTPs, for that we need to add a new flag, for example, secure with a default certificate.

Also will be fine is we could add the option to add the own certificates for the users, via string and via file.