You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `--email ADDRESS` — email for Let's Encrypt notifications (required for `--option B`)
129
136
- `--non-interactive` — skip pauses, auto-confirm
130
137
- `--yes` — auto-confirm internal script prompts
131
138
- `--dry-run` — preview steps without executing
132
139
- `--auto-update` — install and enable a systemd timer that pulls container images daily and restarts containers only if updated (creates `/usr/local/bin/perfsonar-auto-update.sh`, a systemd service and timer)
133
140
141
+
!!! tip "Deployment Mode Terminology"
142
+
The orchestrator uses `--option A` or `--option B` to select the deployment mode:
143
+
144
+
- **Option A**: Testpoint only (no automatic certificate management)
145
+
- **Option B**: Testpoint with Let's Encrypt automation (requires `--fqdn` and `--email`)
146
+
147
+
This is the same as "Path A" and "Path B" mentioned in other sections of this guide.
148
+
134
149
**If you choose this path, skip to [Step 7](#step-7-register-and-configure-with-wlcgosg)** (the orchestrator completes Steps 2–6 for you).
0 commit comments