The Wayback Machine - https://web.archive.org/web/20201104101345/https://github.com/opnsense/plugins/pull/2087
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/chrony: add NTS peer mode #2087

Open
wants to merge 7 commits into
base: master
from
Open

Conversation

@mimugmail
Copy link
Member

@mimugmail mimugmail commented Nov 1, 2020

mimugmail added 7 commits Nov 1, 2020
mkdir -p /var/db/chrony/ /var/lib/chrony/ /var/run/chrony/
chown -R chronyd:chronyd /var/db/chrony/ /var/lib/chrony/ /var/run/chrony/
chmod 750 /var/db/chrony/ /var/lib/chrony/ /var/run/chrony/
Comment on lines +3 to +5

This comment has been minimized.

@fichtner

fichtner Nov 3, 2020
Member

Suggested change
mkdir -p /var/db/chrony/ /var/lib/chrony/ /var/run/chrony/
chown -R chronyd:chronyd /var/db/chrony/ /var/lib/chrony/ /var/run/chrony/
chmod 750 /var/db/chrony/ /var/lib/chrony/ /var/run/chrony/
mkdir -p /var/db/chrony /var/lib/chrony /var/run/chrony
chown -R chronyd:chronyd /var/db/chrony /var/lib/chrony /var/run/chrony
chmod 750 /var/db/chrony /var/lib/chrony /var/run/chrony
<id>general.ntsclient</id>
<label>NTS Client Support</label>
<type>checkbox</type>
<help>Enable NTS in client mode. This will add another layer of security for peers when OPNsense is the client. Every server in Peers has to support NTS.</help>

This comment has been minimized.

@fichtner

fichtner Nov 3, 2020
Member

I'm not sure if this is the best approach. It will probably get in the way later. But I'm not strictly opposed to this.

@fichtner fichtner self-assigned this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.