OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17210
/
usr
/
lib
/
ssl
/
misc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/02/2024 07:52:55 PM
rwxr-xr-x
📄
CA.pl
5.74 KB
03/12/2024 01:38:19 PM
rwxr-xr-x
📄
CA.sh
5.05 KB
03/12/2024 01:38:19 PM
rwxr-xr-x
📄
c_hash
119 bytes
03/12/2024 01:38:19 PM
rwxr-xr-x
📄
c_info
152 bytes
03/12/2024 01:38:19 PM
rwxr-xr-x
📄
c_issuer
112 bytes
03/12/2024 01:38:19 PM
rwxr-xr-x
📄
c_name
110 bytes
03/12/2024 01:38:19 PM
rwxr-xr-x
📄
tsget
6.27 KB
03/12/2024 01:38:19 PM
rwxr-xr-x
Editing: c_issuer
Close
#!/bin/sh # # print out the issuer # for i in $* do n=`openssl x509 -issuer -noout -in $i` echo "$i $n" done