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
style: replace em dashes with standard punctuation throughout
Replaces all em dashes with context-appropriate alternatives: colons and
semicolons in code comments, hyphens in prose and chart descriptions, pipes
in HTML page titles, and commas in handler doc comments.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# PINT — Pouring IPA for Network Trust
1
+
# PINT - Pouring IPA for Network Trust
2
2
3
3
PINT is a self-service web portal for [Computer Science House](https://csh.rit.edu) that migrates WiFi authentication from EAP-MSCHAPv2 (password-based) to EAP-TLS (certificate-based). Members log in with their CSH Keycloak account and receive a certificate-backed WiFi profile that works on iOS, macOS, and Android. Home router operators can also provision a RADIUS shared secret and download a RadSec client certificate for internet-facing [RFC 6614](https://www.rfc-editor.org/rfc/rfc6614) connectivity.
4
4
5
5
## What it does
6
6
7
7
| Feature | How |
8
8
|---|---|
9
-
|**iOS / macOS WiFi profile**| Generates an Apple mobileconfig (`.mobileconfig`) containing a FreeIPA-issued EAP-TLS client certificate, the WiFi CA, and 802.1X config. Install it and connect — no password needed. |
9
+
|**iOS / macOS WiFi profile**| Generates an Apple mobileconfig (`.mobileconfig`) containing a FreeIPA-issued EAP-TLS client certificate, the WiFi CA, and 802.1X config. Install it and connect - no password needed. |
10
10
|**Android WiFi profile**| Generates a PKCS#12 (`.p12`) bundle with the same certificate for import into Android's WiFi settings. |
11
11
|**Home router (RadSec)**| Members can register a RADIUS shared secret and download a RadSec client certificate (`.p12`) to configure a home router for [RFC 6614 RADIUS over TLS](https://www.rfc-editor.org/rfc/rfc6614) on port 2083. |
12
12
|**CA distribution**| One-tap download of the WiFi CA and RadSec CA certificates for manual trust store installation. |
@@ -91,7 +91,7 @@ The repo includes a FreeIPA stub server that generates a real CA at startup and
91
91
```bash
92
92
# 1. Copy and edit the dev env file
93
93
cp .env.dev.example .env.dev
94
-
# (edit .env.dev — the stub defaults work as-is for IPA fields)
94
+
# (edit .env.dev - the stub defaults work as-is for IPA fields)
0 commit comments