Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Thu Dec 19, 2019 9:17 pm
- Forum: General Discussion
- Topic: Vesta future
- Replies: 7
- Views: 9766
Re: Vesta future
I share your fear. For me Vesta was always working fine. Only IPv6 and good Ubuntu 18.04 was missing. During the last year the development has mainly concentrated on security fixes.
- Sat Apr 20, 2019 7:49 pm
- Forum: Web Server
- Topic: Error Code: 15 - SSL - Lets Encrypt
- Replies: 63
- Views: 167501
Re: Error Code: 15 - SSL - Lets Encrypt
Hello,
changing
well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known"
to
well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known"
in the file "v-add-letsencrypt-domain" solved the issue for me.
I had the same problem. The fix from kimera worked for me too. Thank you.