コード例 #1
0
 def destroy(self):
     Certificate.destroy(self)
     if self.jks and os.path.exists(self.jks):
         os.remove(self.jks)
コード例 #2
0
 def destroy(self):
     Certificate.destroy(self)
     if self.jks and os.path.exists(self.jks):
         os.remove(self.jks)
コード例 #3
0
 def destroy(self):
     if os.path.exists(self.key):
         os.remove(self.key)
     Certificate.destroy(self)
コード例 #4
0
 def destroy(self):
     if os.path.exists(self.key):
         os.remove(self.key)
     Certificate.destroy(self)