diff options
Diffstat (limited to 'httpscert')
-rwxr-xr-x | httpscert | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |