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

Skip to content

Commit ee96c76

Browse files
committed
more vpn fixes
1 parent 9a76ceb commit ee96c76

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

docs/hackers/openvpn-clients.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,43 +13,47 @@ Refer to these installation and configuration instructions for your platform:
1313

1414
<h3 id="windows">Windows</h3>
1515

16+
To configure the OpenVPN client to your windows machine:
17+
1618
1. Download the OpenVPN **Windows Installer** from <a href="https://openvpn.net/community-downloads/" target="_blank">this page</a>.
1719

1820
2. Execute the OpenVPN Installer.
1921

20-
3. When prompted, select these components:
22+
3. Select these components when prompted:
2123
* OpenVPN Service
2224
* Tap Virtual Ethernet Adapter
2325
* OpenVPN GUI
2426

2527
![Screenshot](./images/vpn-windows-gui-1.png)
2628

27-
4. When prompted to install a network adapter, click **Install**.
29+
4. Click **Install** when prompted to install a network adapter.
2830

2931
![Screenshot](./images/vpn-windows-gui-2.png)
3032

3133
5. Click <b>Finish</b> to complete the setup.
3234

3335
![Screenshot](./images/vpn-windows-gui-3.png)
3436

35-
7. Start the OpenVPN GUI application
37+
7. Start the OpenVPN GUI application.
3638

37-
8. Right click the OpenVPN icon in the bottom right corner of the screen, and click <b>Import file...</b>
39+
8. Right click the OpenVPN icon in the bottom right corner of the screen, and click <b>Import file...</b>.
3840

3941
![Screenshot](./images/vpn-windows-gui-4.png)
4042

41-
9. Select the `*.openvpn` file you have downloaded from HackerOne (See [Accessing your VPN Credentials](/hackers/configure-the-hackerone-vpn.html)).
43+
9. Select the `*.openvpn` file you downloaded from HackerOne (See [Accessing your VPN Credentials](/hackers/configure-the-hackerone-vpn.html)).
4244

4345
![Screenshot](./images/vpn-windows-gui-5.png)
4446

45-
10. Right click the OpenVPN icon on the bottom right corner of the screen, and click <b>Connect</b>
47+
10. Right click the OpenVPN icon on the bottom right corner of the screen, and click <b>Connect</b>.
4648

4749
![Screenshot](./images/vpn-windows-gui-6.png)
4850

4951
The VPN will start connecting.
5052

5153
<h3 id="macos">macOS</h3>
5254

55+
To configure the OpenVPN client on macOS:
56+
5357
1. Install [Tunnelblick](https://tunnelblick.net/cInstall.html).
5458
2. Start Tunnelblick.
5559
3. Find the `*.openvpn` file you have downloaded from HackerOne (See [Accessing your VPN Credentials](/hackers/configure-the-hackerone-vpn.html)).

docs/hackers/root-ca.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Installing the HackerOne Root CA"
2+
title: "Installing the HackerOne VPN Root CA"
33
path: "/hackers/hackerone-vpn-root-ca.html"
44
id: "hackers/hackerone-vpn-root-ca"
55
---
@@ -17,6 +17,8 @@ Refer to these installation and configuration instructions for your platform:
1717
1818
<h3 id="windows">Windows</h3>
1919

20+
To install the HackerOne VPN Root CA to your Windows machine:
21+
2022
1. [Download the HackerOne VPN Root CA](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt).
2123
2. Double-click on the certificate file.
2224

@@ -30,15 +32,15 @@ Refer to these installation and configuration instructions for your platform:
3032

3133
![Screenshot](./images/vpn-windows-3.png)
3234

33-
5. Click the <b>Yes</b> to allow the changes.
35+
5. Click <b>Yes</b> to allow the changes.
3436

3537
![Screenshot](./images/vpn-windows-4.png)
3638

3739
6. Select <b>Place all certificates in the following store</b>.
3840

3941
![Screenshot](./images/vpn-windows-5.png)
4042

41-
7. From the list, select <b>Trusted Root Certification Authorities</b>, and click <b>OK</b>.
43+
7. Select <b>Trusted Root Certification Authorities</b> from the list and click <b>OK</b>.
4244

4345
![Screenshot](./images/vpn-windows-6.png)
4446

@@ -48,6 +50,8 @@ Refer to these installation and configuration instructions for your platform:
4850

4951
<h3 id="macos">macOS</h3>
5052

53+
To install the HackerOne VPN Root CA to your macOS platform:
54+
5155
1. [Download the HackerOne VPN Root CA](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt).
5256
2. Double-click on the certificate file.
5357

@@ -71,7 +75,7 @@ Refer to these installation and configuration instructions for your platform:
7175

7276
<h3 id="ubuntu">Ubuntu/Debian Linux</h3>
7377

74-
Execute the following commands in your terminal to download and install the HackerOne Root CA:
78+
Execute the following commands in your terminal to download and install the HackerOne VPN Root CA:
7579

7680
1. `cd /usr/local/share/ca-certificates`
7781
2. `sudo wget https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt`
@@ -81,6 +85,8 @@ The command will state that it has installed one (or more) new certificates, thr
8185

8286
<h3 id="firefox">Firefox</h3>
8387

88+
To install the HackerOne VPN Root CA to Firefox:
89+
8490
1. [Download the HackerOne VPN Root CA](https://hackerone-vpn-service.s3.amazonaws.com/hackerone-vpn-service.crt).
8591
2. Open <b>Preferences</b> and go to <b>Privacy & Security</b>.
8692
3. Scroll down to the <b>Certificates</b> section, and click <b>View Certificates...</b>.

0 commit comments

Comments
 (0)