crypto/x509/pkix.Name
now implements String() string
, use it
#2
Labels
crypto/x509/pkix.Name
now implements String() string
, use it
#2
In the code, wherever we currently reference
.CommonName
, that was a short-cut because I didn't want to write a full name construction function.As of Go 1.10, per release notes:
We should switch to using this and make sure the results still look sane.
The text was updated successfully, but these errors were encountered: