Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
ssl /
CPvpn /
Delete
Unzip
Name
Size
Permission
Date
Action
certs
[ DIR ]
drwxr-xr-x
2016-09-29 15:04
crl
[ DIR ]
drwxr-xr-x
2014-02-27 18:54
private
[ DIR ]
drwxr-xr-x
2016-09-29 15:04
public
[ DIR ]
drwxr-xr-x
2014-02-27 18:54
CriaCertificateFile.sh
1.25
KB
-rwxr-xr-x
2014-02-27 18:54
GeraOneFile_conf.sh
971
B
-rwxr-xr-x
2016-09-29 15:45
MakeClientConfig.sh
1.16
KB
-rwxr-xr-x
2014-11-23 17:21
MensagemCertificado.txt
148
B
-rw-r--r--
2014-12-18 18:00
SendCertificate.sh
1.13
KB
-rwxr-xr-x
2015-04-13 00:05
SendCertificateADM.sh
1.65
KB
-rwxr-xr-x
2014-02-27 18:54
SendCertificateExternos.sh
1.67
KB
-rwxr-xr-x
2014-02-27 18:54
TestNet.ovpn
5.47
KB
-rw-r--r--
2016-01-05 12:07
crlnumber
3
B
-rw-r--r--
2014-02-27 18:54
crlnumber.old
3
B
-rw-r--r--
2014-02-27 18:54
dh1024.pem
245
B
-rw-r--r--
2014-02-27 18:54
gencrl.sh
86
B
-rwxr-xr-x
2014-02-27 18:54
geraCA.sh
82
B
-rwxr-xr-x
2014-02-27 18:54
geranode.sh
134
B
-rwxr-xr-x
2014-02-27 18:54
index.txt
1.6
KB
-rw-r--r--
2016-09-29 15:04
index.txt.attr
20
B
-rw-r--r--
2016-09-29 15:04
index.txt.attr.old
20
B
-rw-r--r--
2016-08-22 16:37
index.txt.old
1.51
KB
-rw-r--r--
2016-08-22 16:37
listaCertificadosEmitidos.sh
184
B
-rwxr-xr-x
2014-02-27 18:54
lus01.zip
4.71
KB
-rw-r--r--
2014-11-23 17:15
makeP12.sh
197
B
-rwxr-xr-x
2014-02-27 18:54
o
7.58
KB
-rw-r--r--
2015-04-12 23:57
odm.ovpn
5.53
KB
-rw-r--r--
2016-09-29 15:45
revoke.sh
889
B
-rwxr-xr-x
2014-02-27 18:54
serial
3
B
-rw-r--r--
2016-09-29 15:04
serial.old
3
B
-rw-r--r--
2016-08-22 16:37
showExpired.sh
93
B
-rwxr-xr-x
2014-02-27 18:54
update_crl.sh
115
B
-rwxr-xr-x
2014-02-27 18:54
viewcert.sh
58
B
-rwxr-xr-x
2014-02-27 18:54
vpn.ovpn
5.51
KB
-rw-r--r--
2016-09-29 15:29
Save
Rename
[ ! "$1" == "" ] || { echo Usage: $0 CERTIFICADO; exit ; } CApath='/etc/ssl/CPvpn' CERTIFICADO=$1 [ -f $CApath/certs/$CERTIFICADO.crt ] || { echo "Certificado $CERTIFICADO nao encontrado!..."; exit 1;} mkdir /tmp/cert$$ mkdir /tmp/cert$$/openvpn mkdir /tmp/cert$$/openvpn/public mkdir /tmp/cert$$/openvpn/certs mkdir /tmp/cert$$/openvpn/private cd $CApath cp $CApath/certs/CPadm200.crt /tmp/cert$$/openvpn/public/adm200.crt cp $CApath/certs/$CERTIFICADO.crt /tmp/cert$$/openvpn/certs/client-adm200.crt cp $CApath/private/$CERTIFICADO.key /tmp/cert$$/openvpn/private/client-adm200.key cd /tmp/cert$$/openvpn echo " ############################################## # Ligacao TestNetwork ############################################## client dev tun port 4545 proto tcp remote 194.65.40.222 resolv-retry infinite nobind persist-key persist-tun ca public/adm200.crt cert certs/client-adm200.crt key private/client-adm200.key comp-lzo verb 3 mute 20 log-append /var/log/openvpn.log route-metric 100 " > adm200.conf cd /tmp/cert$$ zip -qr /tmp/cert$$/$CERTIFICADO.zip openvpn cd $CApath cp /tmp/cert$$/$CERTIFICADO.zip . rm -rf /tmp/cert$$ echo Config criado: $CERTIFICADO.zip