Currently DSC implements the ids:publicKey field as a static string in config.json. It would be great to load the IDS (public)key from keystore and set the field according to the actual used value.
|
return SERIALIZER.deserialize(config, ConfigurationModel.class); |