def run(self, vtm, name, public, private):

        vtm = Vtm(self.config, self.logger, vtm)
        vtm.add_server_cert(name, public, private)