DirectAdmin 1.706

Let us know if you find any corner cases where the new system could be improved! Thanks.

Uh, yeah! It is not possible to give lego parameters. Before the change it was easy, i just added the flags (like --preferred-chain) in the letsencrypt.sh file.
Now i've disabled the auto download for the lego binairy, created hookscritps and... and... and..., just to add a flag!
Please stop killing directadmin by moving everthing to the binary en remove all possibilities for customization!
 
@Joriz, you can remove the certificate management page section by adding the `domain-tls` command to never_commands. Example:

Code:
# da config-set never_commands domain-tls --restart

(note this will replace any existing commands listed there, if you already use this feature append the domain-tls command instead of replacing).
 
Back
Top