diff --git a/pikit-web/onboarding/index.html b/pikit-web/onboarding/index.html index 7713817..1ffd56e 100644 --- a/pikit-web/onboarding/index.html +++ b/pikit-web/onboarding/index.html @@ -19,13 +19,6 @@ can manage Pi-Kit safely.
-This removes future warnings for the Pi-Kit dashboard.
+This removes future warnings for the Pi-Kit dashboard.
+ + Download Pi-Kit CA + +Run mmc → Add/Remove Snap-in → Certificates (Computer) → Trusted Root CAs → Import pikit-ca.crt.
@@ -77,6 +75,10 @@Once trusted, this page will auto-forward you to the secure dashboard.
diff --git a/pikit-web/onboarding/style.css b/pikit-web/onboarding/style.css index e9d1338..2184681 100644 --- a/pikit-web/onboarding/style.css +++ b/pikit-web/onboarding/style.css @@ -136,6 +136,21 @@ a.ghost { text-align: center; } +.ca-download { + display: flex; + align-items: center; + justify-content: space-between; + gap: 12px; + flex-wrap: wrap; +} + +.download-inline { + width: auto; + padding: 8px 12px; + font-size: 0.95rem; + background: rgba(255, 255, 255, 0.06); +} + button.copy { margin-left: 8px; background: rgba(255, 255, 255, 0.05);