This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LiuFan
/
PrivacyScanData
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
dev-lf
lsn
master
PrivacyScanD...
/
target
/
File
/
utils_26.py
utils_26.py
98 B
Permalink
Histórico
Raw
1
2
3
def save_cert_to_file(self, path):
with open(path, "w") as f:
f.write(self.cert_pem())