Skip to content
Snippets Groups Projects
Commit ea37a073 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Document the domain parameter

parent 5224c3fd
Branches
No related tags found
No related merge requests found
...@@ -26,6 +26,13 @@ ...@@ -26,6 +26,13 @@
# A string giving the VPN IPv4 address for this system. # A string giving the VPN IPv4 address for this system.
, monitoringvpnIPv4 , monitoringvpnIPv4
# A string giving the domain name associated with this grid. This is meant
# to be combined with the hostname for this system to produce a
# fully-qualified domain name. For example, an issuer might have "payments"
# as its hostname and belong to a grid with the domain
# "example-grid.invalid". This ``domain`` parameter should have the value
# ``"example-grid.invalid"`` for the system figure out that
# ``payments.example-grid.invalid`` is the name of this system.
, domain , domain
# A set mapping usernames as strings to SSH public keys as strings. For # A set mapping usernames as strings to SSH public keys as strings. For
......
...@@ -8,11 +8,10 @@ ...@@ -8,11 +8,10 @@
# allows Grafana to show us hostnames instead of VPN IP addresses. # allows Grafana to show us hostnames instead of VPN IP addresses.
hostsMap hostsMap
, domain
# See ``customize-issuer.nix``. # See ``customize-issuer.nix``.
, monitoringvpnKeyDir , monitoringvpnKeyDir
, monitoringvpnIPv4 , monitoringvpnIPv4
, domain
# A list of VPN IP addresses as strings indicating which clients will be # A list of VPN IP addresses as strings indicating which clients will be
# allowed onto the VPN. # allowed onto the VPN.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment