Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-22 | updated copyright date | Maxim Devaev | |
2023-05-27 | copyright update | Maxim Devaev | |
2023-04-13 | Update kvmd-certbot: fix cp -a to catch dotfiles (#127) | vipergts450 | |
Second pull request for this bug. Apparently, in bash `cp -a <dir>/*` ignores dotfiles, which are often how authfiles get named, notably as per the documentation for SSL cert management for certbot plugins in the PiKVM Wiki. Using `cp -a <dir>/.` instead should catch dotfiles and all files and subdirectories correctly. | |||
2023-03-29 | Update kvmd-certbot (#125) | vipergts450 | |
2023-01-19 | fixed nginx restart for cloud | Maxim Devaev | |
2023-01-18 | kvmd-certbot install_cloud | Maxim Devaev | |
2022-07-03 | sudo --preserve-env in kvmd-certbot | Maxim Devaev | |
2022-06-26 | fix | Maxim Devaev | |
2022-06-26 | restore permissions | Maxim Devaev | |
2022-06-25 | remove csr and keys dirs | Maxim Devaev | |
2022-06-25 | remove old certbot logs, csr and keys | Maxim Devaev | |
2022-06-25 | changed certbot commands | Maxim Devaev | |
2022-06-25 | mask renew error | Maxim Devaev | |
2022-06-25 | fixed cert dir permissions | Maxim Devaev | |
2022-06-24 | improved kvmd-certbot | Maxim Devaev | |
2022-06-24 | restart nginx and vnc if needed | Maxim Devaev | |
2022-06-24 | fixed permissions again | Maxim Devaev | |
2022-06-24 | fixed permissions | Maxim Devaev | |
2022-06-24 | kvmd-certbot | Maxim Devaev | |