def _certificate_focus(self):
dbServerCertificate = lib_db.get__SslServerCertificate__by_id(self.request.api_context, self.request.matchdict['id'])
if not dbServerCertificate:
raise HTTPNotFound('the certificate was not found')
return dbServerCertificate
评论列表
文章目录