Add logging
This commit is contained in:
parent
0edd785659
commit
208e23e034
1 changed files with 2 additions and 0 deletions
2
http.go
2
http.go
|
@ -70,6 +70,8 @@ func (it *HttpServer) Start() {
|
|||
return
|
||||
}
|
||||
|
||||
log.Printf("Sending CSR: %s", csr)
|
||||
|
||||
it.writeResponse(writer, CreateCSRResponse{
|
||||
BaseMessage: &BaseMessage{""},
|
||||
CSR: string(csr),
|
||||
|
|
Loading…
Reference in a new issue