Fix ConfigInitialNode certificate SAN generation (#75622)
CertGenUtils#createCommonName already returns a GeneralName of
type other, we should not by wrapping it in another GeneralName
of type other. Generated certificates are mangled and implementations
assume that there are no SANs present.