예제 #1
0
 def Certificate_Dump(self):
     """Dump of the certificate"""
     
     if self.pk and self.active:
         a = Openssl(self)
         return "<textarea id=\"certdump\">%s</textarea>" % a.dump_certificate()
     else:
         return "Nothing to display"
예제 #2
0
 def Certificate_Dump(self):
     """Dump of the certificate"""
     
     if self.pk and self.active:
         a = Openssl(self)
         return "<textarea id=\"certdump\">%s</textarea>" % a.dump_certificate()
     else:
         return "Nothing to display"