cleanup and comments

This commit is contained in:
Matthew R. Kasun
2022-04-16 16:43:10 -04:00
parent de7ca68c23
commit f8fe382c02
6 changed files with 38 additions and 37 deletions

View File

@@ -50,7 +50,6 @@ type RegisterRequest struct {
// RegisterResponse - the response to register function
type RegisterResponse struct {
Key ed25519.PrivateKey
CA x509.Certificate
CAPubKey ed25519.PublicKey
Cert x509.Certificate