summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-02-15 16:48:35 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2012-02-15 16:48:35 +0100
commit3426b03ee754b58d7da81b489c89f6c5ce3cccc1 (patch)
tree0f123feb41dc0dd5af635b104ef9c0415b9e2d3c
parentBring it up. (diff)
downloadstunnel-interceptor-3426b03ee754b58d7da81b489c89f6c5ce3cccc1.tar.xz
stunnel-interceptor-3426b03ee754b58d7da81b489c89f6c5ce3cccc1.zip
File not needed.
-rwxr-xr-xintercept.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/intercept.sh b/intercept.sh
index 55956f7..2af1abf 100755
--- a/intercept.sh
+++ b/intercept.sh
@@ -37,7 +37,6 @@ commonName=*
organizationalUnitName=INTERCEPT
emailAddress=$(whoami)@$(uname -n)"
openssl req -new -x509 -nodes -sha1 -days 3650 -key host.key -subj "$(tr "\n" "/" <<< "$subj")" > host.cert
-openssl x509 -noout -fingerprint -text < host.cert > host.info
cat host.cert host.key > host.pem