#!/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 -") |