codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Field “ssl certificate, ssl key” can not be blank.

    22nd October 2020

    Random Coding

    random coding category codehaven

    If you have this error “Field “ssl certificate, ssl key” can not be blank.” then this is how you fix it.

    open file
    /usr/local/vesta/data/users/—user_name—/web.conf
    find “LETSENCRYPT”
    where you want reload LETSENCRYPT
    set “no”
    resave domain

    Was this code snippet helpful?