summaryrefslogtreecommitdiffstats
path: root/httpscert
diff options
context:
space:
mode:
Diffstat (limited to 'httpscert')
-rwxr-xr-xhttpscert2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpscert b/httpscert
index c2834c0..e5d44b1 100755
--- a/httpscert
+++ b/httpscert
@@ -1,3 +1,3 @@
#!/bin/bash
-httpstest $1 | sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -text
+httpstest "$@"| sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -text