chrony: add useful details on bootstrap server cert#704
Open
hector-cao wants to merge 9 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the chrony client how-to to add more detail about Ubuntu’s Network Time Security (NTS) defaults, with emphasis on how the ntp-bootstrap.ubuntu.com bootstrap server’s certificate trust is configured.
Changes:
- Expands the NTS section to describe the default Ubuntu NTS pool configuration file and options (
nts,prefer,certset). - Adds an explanation of the bootstrap server’s role for large clock offsets and how its certificate trust is configured via
ntstrustedcerts. - Adds
opensslexamples and certificate excerpts to illustrate differences between public-CA-issued and privately trusted certificates.
Comments suppressed due to low confidence (1)
docs/how-to/networking/chrony-client.md:133
- “issuer as
ubuntu, which is not a Certificate Authority (CA)” is misleading: an issuer name doesn’t determine whether it’s a CA, and in this case it’s effectively a private CA (not publicly trusted) used to sign the bootstrap server certificate. Suggest rewording to avoid implying the certificate is invalid, and instead explain it’s not signed by a public CA like Let’s Encrypt.
shows the issuer as `ubuntu`, which is not a Certificate Authority (CA), compared with `Let's Encrypt`,
which is a CA.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
panlinux
reviewed
May 20, 2026
panlinux
reviewed
May 20, 2026
panlinux
reviewed
May 20, 2026
panlinux
reviewed
May 20, 2026
4a552f8 to
3f5da75
Compare
panlinux
reviewed
May 20, 2026
3f5da75 to
d707d14
Compare
d707d14 to
048b2ce
Compare
Contributor
|
While at it, could you also please fix the mention of a CA in the docs further down? It's in this "note": I propose that should say: |
Contributor
Author
updated; thanks |
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.
We had a bug report related to the chrony NTS certificate:
https://bugs.launchpad.net/ubuntu/+source/chrony/+bug/2152270
I think it is useful to have some details about the certificate used for the bootstrap server.