Resolved! how to generate a local certificate with python APi
I have the following api-python code to generate a local certificate but this not work
import pan.xapi
import sys
import getpass
admin = raw_input("AdminFw:")
pwd = getpass.getpass(prompt='Admin Password :',stream=None)
hst = raw_input("Host:")
try:
xapi =