<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thx for your answers @ll !<br>
    <br>
    I've quickly tried to edit<br>
    /usr/share/plinth/actions/letsencrypt<br>
    <br>
    line 146 :<br>
            'letsencrypt', 'certonly', '--text', '--agree-tos',<br>
    <br>
    to :<br>
            'letsencrypt', 'certonly', '--rsa-key-size 4096', '--text',
    '--agree-tos',<br>
    <br>
    Result on webinterface, after pushing the renew button, inside a red
    square :<br>
    Échec de l'obtention du certificat pour le domaine mydomain.fr :
    usage: certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
    Certbot can obtain and install HTTPS/TLS/SSL certificates. By
    default,
    it will attempt to use a webserver both for obtaining and installing
    the
    cert. certbot: error: unrecognized arguments: --rsa-key-size 4096<br>
    <br>
    During certificate renewing, after this tune, the argument is passed
    in the "htop" as we want... (but sadly not working).<br>
    screenshot:<br>
    <img src="cid:part1.F8DBBABB.F573CD5A@miosweb.mooo.com" alt=""><br>
    <br>
    <br>
    I've seen a file mydomain.conf in the folder<br>
    /etc/letsencrypt/renewal<br>
    May be it will be ok to use it like cli.ini ??? It will be tested
    next time ;)<br>
  </body>
</html>