blob: 4d550cdf379580dc7e9724ddb63ce03a267e6b17 [file] [log] [blame]
#!/usr/bin/python2
import os
# Configure Security Environment Using ndnsec
def run():
print "\nCONFIGURING SECURITY ENVIRONMENT WITH ndnsec"
print "********************************************"
os.system("ndnsec-keygen -n '/tmp/nfd_integration_tests/' | ndnsec-install-cert -")