Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | service https: T1585: call to sudo can be omitted | Christian Poessinger | |
2020-04-13 | service https: T1585: bugfix typo in systemd name | Christian Poessinger | |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code. | |||
2020-04-06 | util: T2226: rewrite certbot to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2020-02-05 | service https: T1585: add support for letsencrypt certificates | John Estabrook | |