Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edc5a73

Browse files
committed
how to setup VPN configuration and CA cert
1 parent f610c14 commit edc5a73

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Configure the HackerOne VPN"
3+
path: "/hackers/configure-the-hackerone-vpn.html"
4+
id: "hackers/configure-the-hackerone-vpn"
5+
---
6+
7+
Certain programs require you to have your own VPN instance and credentials on the HackerOne VPN in order to search for vulnerabilities. You can configure the HackerOne VPN to start your VPN instance and retrieve your credentials.
8+
9+
To configure the HackerOne VPN:
10+
1. Install the HackerOne Root CA Certificate.
11+
* HackerOne has its own Root CA Certificate. You can download it [here](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt).
12+
* The installation instructions for most operating systems and software are [here](https://www.bounca.org/tutorials/install_root_certificate.html).
13+
2. Set up the VPN configuration.
14+
* If you don't have an OpenVPN client installed already, here are some clients and their installation instructions:
15+
* macOS: [Tunnelblick](https://tunnelblick.net/cInstall.html)
16+
* Windows: [openvpn-gui](https://github.com/OpenVPN/openvpn-gui/blob/master/README.rst)
17+
* Linux: [Ubuntu network manager](https://torguard.net/knowledgebase.php?action=displayarticle&id=53)
18+
* Linux: [terminal](https://openvpn.net/index.php/access-server/docs/admin-guides/182-how-to-connect-to-access-server-with-linux-clients.html)
19+
20+
If you have trouble installing the VPN, or have additional feedback, please reach out to [[email protected]](mailto:[email protected])
21+
22+
<i>Note: The VPN is currently only enabled for a few select programs.</i>

src/pages/hackers/hackers-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
path: /hackers/create-a-directory-page.html
4848
- title: Credentials
4949
path: /hackers/credentials.html
50+
- title: Configure the HackerOne VPN
51+
path: /hackers/configure-the-hackerone-vpn.html
5052
- title: Retesting
5153
path: /hackers/retesting.html
5254
- title: Hacker101

0 commit comments

Comments
 (0)