Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
josepy /
testdata /
Delete
Unzip
Name
Size
Permission
Date
Action
README
520
B
-rw-r--r--
2020-01-28 21:21
cert-100sans.pem
2.69
KB
-rw-r--r--
2020-01-28 21:21
cert-idnsans.pem
1.82
KB
-rw-r--r--
2020-01-28 21:21
cert-san.pem
786
B
-rw-r--r--
2020-01-28 21:21
cert.der
771
B
-rw-r--r--
2020-01-28 21:21
cert.pem
709
B
-rw-r--r--
2020-01-28 21:21
critical-san.pem
1.64
KB
-rw-r--r--
2020-01-28 21:21
csr-100sans.pem
2.52
KB
-rw-r--r--
2020-01-28 21:21
csr-6sans.pem
676
B
-rw-r--r--
2020-01-28 21:21
csr-idnsans.pem
1.65
KB
-rw-r--r--
2020-01-28 21:21
csr-nosans.pem
452
B
-rw-r--r--
2020-01-28 21:21
csr-san.pem
574
B
-rw-r--r--
2020-01-28 21:21
csr.der
607
B
-rw-r--r--
2020-01-28 21:21
csr.pem
550
B
-rw-r--r--
2020-01-28 21:21
dsa512_key.pem
684
B
-rw-r--r--
2020-01-28 21:21
rsa1024_key.pem
887
B
-rw-r--r--
2020-01-28 21:21
rsa2048_cert.pem
1.26
KB
-rw-r--r--
2020-01-28 21:21
rsa2048_key.pem
1.66
KB
-rw-r--r--
2020-01-28 21:21
rsa256_key.pem
298
B
-rw-r--r--
2020-01-28 21:21
rsa512_key.pem
493
B
-rw-r--r--
2020-01-28 21:21
Save
Rename
In order for josepy.test_util._guess_loader to work properly, make sure to use appropriate extension for vector filenames: .pem for PEM and .der for DER. The following command has been used to generate test keys: for x in 256 512 1024 2048; do openssl genrsa -out rsa${k}_key.pem $k; done and for the CSR: openssl req -key rsa2048_key.pem -new -subj '/CN=example.com' -outform DER > csr.der and for the certificate: openssl req -key rsa2047_key.pem -new -subj '/CN=example.com' -x509 -outform DER > cert.der