This commit is contained in:
Matthew R. Kasun
2022-04-14 14:14:37 -04:00
parent 38cf8b0ceb
commit fb6059e4a1
4 changed files with 47 additions and 49 deletions
-1
View File
@@ -44,7 +44,6 @@ type ServerConfig struct {
// RegisterRequest - struct for registation with netmaker server
type RegisterRequest struct {
Name pkix.Name
CSR x509.CertificateRequest
}
type RegisterResponse struct {