SOLVED: certbot-auto Certbot will no longer receive updates.

Discussion in 'Installation/Configuration' started by DarioL, Jan 6, 2021.

  1. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    ahrasis likes this.
  2. DarioL

    DarioL Member

    Ok, this will a future implementation, I imagine
    Then, it's correct to install acme.sh before install or update ispconfig, like suggest in "The Perfect Server - Debian 10" at step 11, but a little bit different, like this?
    Code:
    $ wget -q https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh -O /tmp/acme.sh
    $ sudo sh /tmp/acme.sh --install --accountemail email@address
    ... at this point run install or update ispconfig
    Is this correct?
    Many thanks
    Dario
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Just use the command from the perfect server guide to install acme.sh before you install ISPConfig or in other words, simply follow the install instructions. The command used in the perfect server guide is the official command from acme.sh install instructions btw. https://github.com/acmesh-official/acme.sh
     
  4. DarioL

    DarioL Member

    Ok, thanks.
    Could you also let me know how to set the technical email address for LE notify?
    Dario
     
  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Actually, that is very basic install and the advanced installation is mentioned here: https://github.com/acmesh-official/acme.sh/wiki/How-to-install#4-advanced-installation and here: https://www.howtoforge.com/getting-started-with-acmesh-lets-encrypt-client/ (mentioned by @Th0m above).

    There it is mentioned how you can set the email address, which is similar to what I mentioned earlier.

    I do believe this should be added in the Perfect Server Tutorials and coded into ISPConfig install lib because otherwise there may be problem to add the email for LE account at the later stage as mentioned before. IMHO.
     
    Last edited: Jan 29, 2021
    Gwyneth Llewelyn and Taleman like this.

Share This Page