View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006328 | unreal | installing | public | 2023-08-16 15:03 | 2023-08-19 12:07 |
Reporter | netjester | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | linux | OS | ubuntu | OS Version | 22.04 |
Product Version | 6.1.1.1 | ||||
Fixed in Version | 6.1.2-rc1 | ||||
Summary | 0006328: GENCERTIFICATE not written correctly in config.settings | ||||
Description | In the `Config` bash script, the contents of the `config.settings` is written before the majority of the work it does. However, the question about generating an SSL certificate isn't asked until after that work has been completed. Therefore, regardless of your answer to the question, `GENCERTIFICATE` is always set to `1` in the file. | ||||
Steps To Reproduce | Run Config. Choose "no" when asked if you want to generate an SSL cert. Check the `config.settings` file. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Opened a PR with a proposed solution here: https://github.com/unrealircd/unrealircd/pull/256 |
|
Thanks! I have accepted the PR and fixed it in git. commit f756b7bea65ab9d306fe08c93918cf287b8370e7 (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD) Author: netjester <[email protected]> Date: Sat Aug 19 11:06:09 2023 +0100 Remember answer to "generate certificate" question in ./Config (#256) |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-08-16 15:03 | netjester | New Issue | |
2023-08-16 15:39 | netjester | Note Added: 0023000 | |
2023-08-18 07:27 | syzop | Status | new => has patch |
2023-08-19 12:06 | syzop | Assigned To | => syzop |
2023-08-19 12:06 | syzop | Status | has patch => resolved |
2023-08-19 12:06 | syzop | Resolution | open => fixed |
2023-08-19 12:06 | syzop | Fixed in Version | => 6.1.2-rc1 |
2023-08-19 12:06 | syzop | Note Added: 0023004 | |
2023-08-19 12:07 | syzop | Note Edited: 0023004 |