5 lines
86 B
Python
Executable file
5 lines
86 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from risotto.x509 import gen_certificates
|
|
|
|
gen_certificates()
|