uek2wooF

Members
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. uek2wooF's post in swag won't update my LE certs was marked as the answer   
    Ok I solved it.  For some reason the logs don't actually show the logs.  But I got a bash on the docker with
     
    docker exec -it deadbeefabc123 bash
     
    Then I hoped that the renewal runs out of cron.  And it does.  So I got the command from there and did
     
     /app/le-renew.sh
     
    and saw the real error in the output.  I don't want to paste it here because it has my IP and domains but basically it was showing an error connecting to the IP I recognized as being the old one.
     
    I have a dynamic IP at home (and yes I should set up something to update it in dns).  The IP only changes every few years.  It changed a few weeks ago and I changed it for some domains and not all since they are on different dns providers.  Since LE needs to put a file on the webserver for the domain in order to prove you own it, it couldn't verify I owned those domains anymore.
     
    I fixed the IP on my provider for those 2 domains, reran the renew script, and good to go.  Whew.
  2. uek2wooF's post in Command in docker container terminal was marked as the answer   
    Or you could also do   
    nohup mycommand >/dev/null 2>&1 & exit  
  3. uek2wooF's post in how to change nic to e1000 for VM? was marked as the answer   
    Sorry to stump you guys with such a hard one.  I edited the template and changed virtio to e1000.  heh