YunoHost / issues

General issue tracker for the YunoHost project
72 stars 8 forks source link

OpenVPN setup broken by official let's encrypt #732

Closed yunohost-bot closed 6 years ago

yunohost-bot commented 7 years ago
Original Redmine Issue: 732

Author Name: jdbean


Upgrading to new 2.5.x experimental branch break the OpenVPN config. While I know that app is technically designated as "broken" status I find that it works fine for me running the most up-to-date version of the package in the Github repo (https://github.com/YunoHost-Apps/openvpn_ynh).

The problem seems to stem from the use of the official let's encrypt certificates in the 2.5.x branch. From my research, using a public CA for let's encrypt is suboptimal anyway so I edited the following lines in my OVPN .conf:


ca   /etc/yunohost/certs/DOMAIN/ca.pem
cert /etc/yunohost/certs/DOMAIN/crt.pem
key  /etc/yunohost/certs/DOMAIN/key.pem

[DOMAIN = the OVPN domain]

I changed the references to the backup versions of these files from before transitions to LE and functionality appears restored. Unfortunately I don't have access to logs to post here.

yunohost-bot commented 6 years ago
Original Redmine Comment

Author: alexAubin


Hmok, not sure what to do with this... There has been a lot of movements in both the openvpn app and yunohost since then, so closing it ... Please reopen it on the app's issues if needed ( https://github.com/YunoHost-Apps/openvpn_ynh/issues )

yunohost-bot commented 6 years ago
Status Change

Author: alexAubin

Status Changed: Closed