This website works better with JavaScript
Home
Explore
Help
Sign In
LiuFan
/
PrivacyScanData
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5a47b5b0f6
Branches
Tags
dev-lf
lsn
master
PrivacyScanD...
/
Target
/
File
/
utils_26.py
utils_26.py
98 B
History
Raw
1
2
3
def
save_cert_to_file
(self, path)
:
with
open(path,
"w"
)
as
f:
f.write(self.cert_pem())