From: Ben Pfaff Date: Fri, 31 Oct 2008 20:31:42 +0000 (-0700) Subject: Send openssl output to logfile on "ofp-pki self-sign" also. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7265a956ff004ee6bade2a2b58d219217c9ef0;p=openvswitch Send openssl output to logfile on "ofp-pki self-sign" also. --- diff --git a/utilities/ofp-pki.in b/utilities/ofp-pki.in index a6d4521a..89a3dba0 100755 --- a/utilities/ofp-pki.in +++ b/utilities/ofp-pki.in @@ -498,7 +498,7 @@ elif test "$command" = self-sign; then must_not_exist "$arg1-cert.pem" openssl x509 -in "$arg1-req.pem" -out "$arg1-cert.pem" \ - -signkey "$arg1-privkey.pem" -req -text + -signkey "$arg1-privkey.pem" -req -text 2>&3 elif test "$command" = ls; then check_type "$arg2"