response update

Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
Matthew R. Kasun 2022-04-15 13:43:05 -04:00
parent a6c388db67
commit 7524f08146

View file

@ -177,6 +177,7 @@ func register(w http.ResponseWriter, r *http.Request) {
}
response := config.RegisterResponse{
Key: *key,
CA: *ca,
Cert: *cert,
}