This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir /etc/openvpn/keys | |
| [BST]Duty | |
| copia os certificados para lá | |
| [BST]Duty | |
| o arquivo cliente.conf deve ser remivo o seguinte itens: | |
| [BST]Duty | |
| remova as linhas: | |
| [BST]Duty | |
| script-security 3 | |
| [BST]Duty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@kali:/etc/openvpn# openvpn cliente.conf | |
| Sat Nov 15 13:45:03 2014 OpenVPN 2.2.1 x86_64-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Jun 18 2013 | |
| Sat Nov 15 13:45:03 2014 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info. | |
| Sat Nov 15 13:45:03 2014 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts | |
| Sat Nov 15 13:45:03 2014 Cannot load certificate file /etc/openvpn/keys/gustavo.rochanetto.crt: error:02001002:system library:fopen:No such file or directory: error:20074002:BIO routines:FILE_CTRL:system lib: error:140AD002:SSL routines:SSL_CTX_use_certificate_file:system lib | |
| Sat Nov 15 13:45:03 2014 Exiting |