google / gnxi

gNXI Tools - gRPC Network Management/Operations Interface Tools
Apache License 2.0
258 stars 116 forks source link

gnoi_cert missing arguments such as min_key_size, country, organization etc #84

Closed Reshad-Rahman closed 4 years ago

Reshad-Rahman commented 4 years ago

The minimum key size is hard-coded at 128 https://github.com/google/gnxi/blob/master/gnoi/cert/client.go#L50

Minimum key size should be added as a parameter to https://github.com/google/gnxi/blob/master/gnoi_cert/gnoi_cert.go#L38

Reshad-Rahman commented 4 years ago

Same issue for country, organization, state/province etc