|
| 1 | +--- |
| 2 | +title: "Installing the HackerOne VPN Root CA" |
| 3 | +path: "/hackers/hackerone-vpn-root-ca.html" |
| 4 | +id: "hackers/hackerone-vpn-root-ca" |
| 5 | +--- |
| 6 | + |
| 7 | +In order to use the HackerOne VPN, you need to install the HackerOne VPN Root CA. |
| 8 | + |
| 9 | +Refer to these installation and configuration instructions for your platform: |
| 10 | + |
| 11 | +* [Windows](#windows) |
| 12 | +* [macOS](#macos) |
| 13 | +* [Ubuntu/Debian Linux](#ubuntu) |
| 14 | +* [Firefox](#firefox) |
| 15 | +><i>Note: Firefox manages its own trusted certificate list, so you always need to add the root authority certificate to the browser even if you've installed it system wide.</i> |
| 16 | +
|
| 17 | +<h3 id="windows">Windows</h3> |
| 18 | + |
| 19 | +1. [Download the HackerOne VPN Root CA](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt). |
| 20 | +2. Double-click on the certificate file. |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +3. Click <b>Install Certificate...</b>. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +4. Select <b>Local Machine</b> and click <b>Next</b>. |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +5. Click the <b>Yes</b> to allow the changes. |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +6. Select <b>Place all certificates in the following store</b>. |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +7. From the list, select <b>Trusted Root Certification Authorities</b>, and click <b>OK</b>. |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +8. Click <b>Finish</b>. |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +<h3 id="macos">macOS</h3> |
| 49 | + |
| 50 | +1. [Download the HackerOne VPN Root CA](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt). |
| 51 | +2. Double-click on the certificate file. |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +3. Enter your administrator password. |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | +4. Double-click on the HackerOne VPN certificate in KeyChain Access. |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +5. Set the certificate to <b>Always Trust</b> in the window that appears. |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +6. Re-open the certificate in Keychain Access. The VPN Certificate should now be trusted by the operating system. |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +<h3 id="ubuntu">Ubuntu/Debian Linux</h3> |
| 72 | + |
| 73 | +Execute the following commands in your terminal to download and install the HackerOne Root CA: |
| 74 | + |
| 75 | +1. `cd /usr/local/share/ca-certificates` |
| 76 | +2. `sudo wget https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt` |
| 77 | +3. `sudo update-ca-certificates` |
| 78 | + |
| 79 | +The command will state that it has installed one (or more) new certificates, through which the certificate has been successfully added to the Operating System. |
| 80 | + |
| 81 | +<h3 id="firefox">Firefox</h3> |
| 82 | + |
| 83 | +1. [Download the HackerOne VPN Root CA](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt). |
| 84 | +2. Open <b>Preferences</b> and go to <b>Privacy & Security</b>. |
| 85 | +3. Scroll down to the <b>Certificates</b> section, and click <b>View Certificates...</b>. |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +4. Click the <b>Import...</b> tab. |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | +5. Select the <b>hackerone-vpn-service.crt</b> file. |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +6. Check <b>Trust this CA to identify websites</b> and click <b>OK</b>. |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | +The "Hackerone - Hacker VPN Service" certificate is now visible in your list of certificates. |
| 102 | + |
| 103 | + |
0 commit comments