Skip to content

Simplify CertificateService and turn it into a singleton

Albert Vaca Cintora requested to merge work/refactor-certificateservice into master

I need to use CertificateService to add the device certificate to DeviceInfo and by making it a singleton I avoid having to pass it around.

Merge request reports