[root@dhcp conf]# openssl ocsp -index
demoCA/index.txt -CA demoCA/cacert.pem -rsigner demoCA/cacert.pem -rkey
demoCA/private/cakey.pem -port 8888
Enter pass phrase for
demoCA/private/cakey.pem:
Waiting for OCSP client connections...
在另外一个 pty 上查询
[root@dhcp conf.d]# netstat -apn |grep
8888
tcp 0 0 0.0.0.0:8888
0.0.0.0:* LISTEN 3984/openssl
[root@dhcp
conf.d]#
[root@dhcp conf.d]# ps -wwl
3984
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME
CMD
4 S 0 3984 3056 0 76 0 - 1315 - pts/0 0:00 openssl
ocsp -index demoCA/index.txt -CA demoCA/cacert.pem -rsigner demoCA/cacert.pem
-rkey demoCA/private/cakey.pem -port 8888
[root@dhcp conf.d]#
阅读(2488) | 评论(0) | 转发(1) |