<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body>
    If that doesn't work, you can look at the way plinth builds the
    command in following file:<br>
    /usr/share/plinth/actions/letsencrypt<br>
    Function subcommand_obtain seems to be responsible for preparation
    of the request and lists the arguments passed.<br>
    Unfortunately, I can't test it, as I get error when requesting
    certificate ("FileNotFoundError: [Errno 2] No such file or
    directory: 'letsencrypt' "; maybe missing dependency).<br>
    <br>
    D.<br>
    <br>
    <div class="moz-cite-prefix">On 13.02.2017 16:03, Diederik de Haas
      wrote:<br>
    </div>
    <blockquote cite="mid:3336900.x04yKRXlAO@bagend" type="cite">
      <pre wrap="">On maandag 13 februari 2017 13:47:04 CET Pierre L. wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Is it possible to boost Letsencrypt certificate to 4096 bits?
</pre>
      </blockquote>
      <pre wrap="">
Yes.

</pre>
      <blockquote type="cite">
        <pre wrap="">May be inside a file, but which one ?!
</pre>
      </blockquote>
      <pre wrap="">
Put the following in the default configuration file, which is /etc/certbot/
cli.ini or ~/.config/letsencrypt/cli.ini according to the manpage or put it in 
your own (ini style) config file which you then specify with the '-c' parameter:

# Use a 4096 bit RSA key instead of 2048                                                                                                                                           
rsa-key-size = 4096

That's what I have on my (Debian) system. I haven't tried it with freedombox 
just yet, but I doubt they divert from the Debian package.</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Freedombox-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freedombox-discuss@lists.alioth.debian.org">Freedombox-discuss@lists.alioth.debian.org</a>
<a class="moz-txt-link-freetext" href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss</a></pre>
    </blockquote>
    <br>
  </body>
</html>