profx5015 Posted June 16, 2022 Share Posted June 16, 2022 Добрый день! Есть конфиг openvpn: client proto udp dev tun remote #addr cipher AES-256-CBC verb 3 mute 20 keepalive 10 120 comp-lzo float persist-key persist-tun resolv-retry infinite nobind auth-nocache remote-cert-tls server <ca> -----BEGIN CERTIFICATE----- #ca… -----END CERTIFICATE----- </ca> <key> -----BEGIN ENCRYPTED PRIVATE KEY----- #key… -----END ENCRYPTED PRIVATE KEY----- </key> <cert> -----BEGIN CERTIFICATE----- #cert… -----END CERTIFICATE----- </cert> Данное соединение требует аутентификации. Я пробовал добавлять <auth-user-pass> login password </auth-user-pass> Но это не помогло. В логах - чисто. Файл конфигурации действующий, тк с ноутбука через клиент openvpn подключение есть. Quote Link to comment Share on other sites More sharing options...
profx5015 Posted June 25, 2022 Author Share Posted June 25, 2022 Решение проблемы- расшифровка приватного ключа https://marco.maranao.ca/articles/how-decrypt-rsa-private-key-using-openssl Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.