Simplify CertificateService and turn it into a singleton
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.
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.