confd/board: nanopi-r2s: add gencert keystore entry to factory config - #1586
Open
pjator wants to merge 2 commits into
Open
confd/board: nanopi-r2s: add gencert keystore entry to factory config#1586pjator wants to merge 2 commits into
pjator wants to merge 2 commits into
Conversation
mattiaswal
approved these changes
Aug 14, 2026
mattiaswal
left a comment
Contributor
There was a problem hiding this comment.
Great finding.
Thanks for your contribution!
Since the HTTPS certificate moved into the ietf-keystore, the Web UI (nginx) is broken on fresh installs: no factory config ships the "gencert" entry, so confd never generates the self-signed certificate, /etc/ssl/certs/self-signed.crt is missing and nginx refuses to start. Add the entry (empty keys, generated on first boot) and reference it from infix-services:web.certificate. Co-authored-by: Jarvis (Hermes Agent) <jarvis@woxblom.com>
wkz
force-pushed
the
gencert-factory-config
branch
from
August 14, 2026 14:28
3863c97 to
26f24ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the HTTPS certificate moved into the ietf-keystore, the Web UI (nginx) is broken on fresh installs: no factory config ships the "gencert" entry, so confd never generates the self-signed certificate, /etc/ssl/certs/self-signed.crt is missing and nginx refuses to start. Add the entry (empty keys, generated on first boot) and reference it from infix-services:web.certificate.
Description
Checklist
Tick relevant boxes, this PR is-a or has-a: