Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Thu Apr 18, 2019 6:06 am
- Forum: Web Server
- Topic: Error: Let's Encrypt validation status 400
- Replies: 62
- Views: 239911
- Thu Apr 18, 2019 5:46 am
- Forum: Web Server
- Topic: Error Code: 15 - SSL - Lets Encrypt
- Replies: 63
- Views: 167488
Re: Error Code: 15 - SSL - Lets Encrypt
Hello,
changing
to
in the file "v-add-letsencrypt-domain" solved the issue for me.
changing
Code: Select all
well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known"
Code: Select all
well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known"