Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# /etc/vesperprofiled/zte.conf
|
||||
# VesperOS Zero-Touch Enrollment configuration
|
||||
# ─────────────────────────────────────────────────────────────────────────
|
||||
# This file is read by vesper-zte on startup.
|
||||
# Lines beginning with # are comments.
|
||||
# All settings are optional — defaults are shown.
|
||||
|
||||
# ZTE lookup server URL.
|
||||
# Default: https://zte.vesperos.oxmc.me (oxmc hosted, public)
|
||||
# Set this to your own server for self-hosted ZTE.
|
||||
#
|
||||
# server_url=https://zte.vesperos.oxmc.me
|
||||
|
||||
# Disable ZTE entirely on this device.
|
||||
# Set to "1" to prevent automatic enrollment.
|
||||
# Can also be set by writing "disabled" to /var/lib/vesperprofiled/zte_state.json
|
||||
#
|
||||
# disabled=0
|
||||
|
||||
# Maximum number of enrollment retry attempts before giving up.
|
||||
# 0 = retry indefinitely on every connectivity event.
|
||||
#
|
||||
# max_retries=0
|
||||
|
||||
# Delay between enrollment retries in seconds.
|
||||
# The actual delay uses exponential backoff up to this maximum.
|
||||
#
|
||||
# retry_max_delay=300
|
||||
|
||||
# TLS CA bundle for verifying the ZTE server certificate.
|
||||
# Override if you use a private CA for your self-hosted ZTE server.
|
||||
# The server certificate must chain to this CA.
|
||||
#
|
||||
# ca_bundle=/etc/ssl/certs/ca-certificates.crt
|
||||
Reference in New Issue
Block a user