def destroy(self):
     Certificate.destroy(self)
     if self.jks and os.path.exists(self.jks):
         os.remove(self.jks)
 def destroy(self):
     Certificate.destroy(self)
     if self.jks and os.path.exists(self.jks):
         os.remove(self.jks)
 def destroy(self):
     if os.path.exists(self.key):
         os.remove(self.key)
     Certificate.destroy(self)
 def destroy(self):
     if os.path.exists(self.key):
         os.remove(self.key)
     Certificate.destroy(self)