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