Certification › Module 8 › Lesson 1
Integrity Rules
Exam registration literacy — vendor account, ID requirements, scheduling — exam-registration.md on `$CERT_LAB`; no proxy registration services.
Visual · t42_registration_id
Registration literacy. $CERT_LAB. Original Cyberlium.
Opening
Register yourself through official vendor portals — proxy registration services are fraud vectors adjacent to exam cheating.
Registration literacy: create vendor account (CompTIA Pearson VUE, ISC2, Offensive Security), valid ID match, scheduling window, reschedule policy stub. Document on `$CERT_LAB` — never hire proxy to register or sit exam. Next: Time Management.
1. Named registration steps
Vendor portal, exam code verification, ID requirements, confirmation email archive.
Command guide
Try these commands — Named registration steps
═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)
Pearson VUE CompTIA — https://home.pearsonvue.com/comptia ISC2 exam registration — https://www.isc2.org/ Offensive Security exam — https://www.offensive-security.com/
═══ INSTALL ═══
Linux (Debian/Ubuntu):
Command — copy this
sudo apt install curl
macOS: Built-in
Windows: Built-in (PowerShell: Invoke-WebRequest)
═══ LINUX / macOS ═══
Command — copy this
export CERT_LAB=${CERT_LAB:-$HOME/cyberlium-lab/t42-cert-prep}
export CERT_EXAM=${CERT_EXAM:-$CERT_LAB/exam-day}
curl -sS https://home.pearsonvue.com/comptia | head -8
cat > "$CERT_EXAM/exam-registration-checklist.md" <<'EOF'
# Exam Registration Checklist — YOUR lab
- [ ] Vendor account created (CompTIA/ISC2/Offensive Security — your pick)
- [ ] Exam code verified on official vendor site
- [ ] ID requirements read (name must match account)
- [ ] Scheduled via official Pearson VUE / vendor portal — NOT proxy service
- [ ] Confirmation email saved locally (no PII in shared repos)
NEVER: proxy registration or fake identity documents
EOFCommand — copy this
grep -E '\[ \]|NEVER|Pearson' "$CERT_EXAM/exam-registration-checklist.md"
Primary tools to practice this lesson: curl, grep. Reference sites: Pearson VUE CompTIA (https://home.pearsonvue.com/comptia); ISC2 exam registration (https://www.isc2.org/); Offensive Security exam (https://www.offensive-security.com/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.
2. Refused
Proxy registration, fake identity documents, third-party 'guaranteed slot' cheat services.
3. Ship
exam-registration-checklist.md (pre-schedule, no PII in shared notes). Next: Time Management.
4. What you ship: exam registration checklist
Registration steps + ID literacy + NEVER proxy line.
5. What you record before the next lesson
Registration checklist path.
6. Wrong vs right: exam dumps vs YOUR honest study plans
Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.
Wrong
Use proxy to register exam under different name.
Right
Registration checklist on `$CERT_LAB`. Next: Time Management.
Mission: registration checklist
1) Portal URLs for your target cert. 2) ID requirement summary. 3) NEVER proxy registration line.
Stuck? Ask Cyberlium AI Mentor
Name on ID must match vendor account — verify early.
Knowledge Check
APPLY: Exam registration through:
Multiple choice
Knowledge Check
APPLY: True or False: Proxy test-taking is exam fraud.
True or False
Knowledge Check
APPLY: Registration checklist avoids storing:
Multiple choice