This commit is contained in:
Raven Scott
2026-05-29 06:47:06 -04:00
parent adf77da354
commit 5013d69ec2
4 changed files with 26 additions and 8 deletions
+3 -2
View File
@@ -349,8 +349,9 @@ export default function HowItWorksPage() {
<li>Stores the certificate for reuse</li>
</ul>
<p className="text-gray-600 dark:text-gray-300 mb-4">
You need to trust the P2NS root CA in your browser/system to avoid security warnings. The system can help install
the root CA automatically.
You need to trust the P2NS root CA in your browser/system to avoid security warnings. P2NS auto-installs on macOS and Windows;
on Linux, Chrome requires both the system CA bundle and the NSS trust database (<code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">certutil</code> / <code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">~/.pki/nssdb</code>) see{' '}
<a href="/docs/troubleshooting#certificate-authority-issues" className="text-blue-600 dark:text-blue-400 hover:underline">Troubleshooting</a>.
</p>
<h4 className="text-xl font-semibold text-gray-900 dark:text-white mb-3">2. HTTPS Proxy Server</h4>