{% extends "base.html" %} {% block title %}Setup{% endblock %} {% block content %}
01 Connect
02 Approve
03 Online
{% if error %}
{{ error }}
{% endif %}
Enrollment · Step 01

Connect to your organization

Point this connector at your company's Cullis proxy. Your admin will review the request and assign you an identity before any traffic flows.

The address IT gave you — typically ends with :9443.

Compare with what your admin gave you over a separate channel. Pinning the CA stops anyone in the middle from impersonating the Site even if they manage to issue a leaf cert for the same name.

Admins use it to verify you're who you claim.
{% endblock %}