utils_26.py 98 B

123
  1. def save_cert_to_file(self, path):
  2. with open(path, "w") as f:
  3. f.write(self.cert_pem())