From 8f56e1fd10878ebad7fcbe6b8659862d9be3e6d7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 9 Sep 2008 13:09:33 -0700 Subject: [PATCH] Fix instructions for running ofp-pki: "new-pki" is now "init". Thanks to Dan for pointing out the problem. --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 3ade549b..91635269 100644 --- a/INSTALL +++ b/INSTALL @@ -562,9 +562,11 @@ Establishing a Public Key Infrastructure If you do not have a PKI, the ofp-pki script included with OpenFlow can help. To create an initial PKI structure, invoke it as: - % ofp-pki new-pki -which will create and populate a new directory named "pki" under the -current directory. + % ofp-pki init +which will create and populate a new PKI directory. The default +location for the PKi directory depends on how the OpenFlow tree was +configured (to see the configured default, look for the --dir option +description in the output of "ofp-pki --help"). The pki directory contains two important subdirectories. The controllerca subdirectory contains controller certificate authority -- 2.30.2