最后活跃于 6 months ago

waja 修订了这个 Gist 12 years ago. 转到此修订

1 file changed, 5 insertions

check_ocsp_class1_startssl(文件已创建)

@@ -0,0 +1,5 @@
1 + #!/bin/sh
2 + wget -q http://www.startssl.com/certs/sub.class1.server.ca.pem -O /tmp/sub.class1.server.ca.pem; \
3 + openssl ocsp -CAfile /tmp/sub.class1.server.ca.pem -issuer /tmp/sub.class1.server.ca.pem \
4 + -url http://ocsp.startssl.com/sub/class1/server/ca -noverify -no_nonce \
5 + -header "HOST" "ocsp.startssl.com" -cert ${1}
上一页 下一页