-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Prerequisites
- I have searched for existing issues that already report this problem.
Device
Laptop/Desktop
Device OS
Other
Device OS Version
startos
Browser
Firefox
Browser Version
127
Current Behavior
Installed CLN from scratch and now it is stuck in
Waiting for system cert key file...
I did a search and found that I am hitting this line:
cln-startos/docker_entrypoint.sh
Lines 106 to 111 in 29f0fe7
| while ! [ -e /mnt/cert/rest.cert.pem ]; do | |
| echo "Waiting for system cert..." | |
| sleep 1 | |
| done | |
| cp /mnt/cert/rest.cert.pem /usr/local/libexec/c-lightning/plugins/c-lightning-REST/certs/certificate.pem | |
| # fi |
I have no idea what's going on. My start9 /mnt dir does not have anything.
Shouldn't CLN generate a system cert key file?
Cc @chrisguida since 48e6bbb introduce these lines.
Expected Behavior
CLN should start from a fresh install in StartOS and not be stuck in a infinite loop.
Steps to Reproduce
- Install CLN from scratch
- Run and see the logs
Anything else?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
