YunoHost-Apps / vpnclient_ynh

VPN Client app for YunoHost
GNU Affero General Public License v3.0
41 stars 25 forks source link

Error: Configuration updated but service reload failed / tls-auth missing #21

Closed finster- closed 8 years ago

finster- commented 9 years ago

Add support for the "ta.key"...

jvaubourg commented 8 years ago

What?

jvaubourg commented 8 years ago

I don't understand why I can't choose an "incomplete" (rather than "invalid") label for this issue o_^.

sbadia commented 8 years ago

:smiley:

finster- commented 8 years ago

As you can see here you can upload the

ca.crt
client.key
client.crt

but for my vpn service i need to use the

ta.key

so i asked if it's going to be implemented... :)

sbadia commented 8 years ago

@finster- you can switch the vpnclient interface in expert mode and add the option by editing the template. (and in the same time copy you tls-auth key on you cube).

tls-auth ta.key

We take a look to add this in the web interface, but do not hesitate if you want to send us a pull-request ;-)

jvaubourg commented 8 years ago

Fixed by d1d4ac7358054b7052de2c235ba1db0398374df2

You now have an optional field "Upload Shared-Secret" for the ta.key.

Is it okay for you?