blob: 4d550cdf379580dc7e9724ddb63ce03a267e6b17 [file] [log] [blame]
jeraldabraham5d4d7352014-03-28 02:49:04 -07001#!/usr/bin/python2
2import os
3
4# Configure Security Environment Using ndnsec
5def run():
6 print "\nCONFIGURING SECURITY ENVIRONMENT WITH ndnsec"
7 print "********************************************"
8 os.system("ndnsec-keygen -n '/tmp/nfd_integration_tests/' | ndnsec-install-cert -")