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