This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LiuFan
/
PrivacyScanData
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
dev-lf
lsn
master
PrivacyScanD...
/
Target
/
File
/
utils_26.py
utils_26.py
98 B
Lien permanent
Historique
Raw
1
2
3
def save_cert_to_file(self, path):
with open(path, "w") as f:
f.write(self.cert_pem())