You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users only need to provide `vpc_cidr` and subnets are calculated with the help of [in-built functions](https://gitlab.com/squareops/sal/terraform/aws/network/-/blob/qa/main.tf#L2).
25
+
Users need to provide `vpc_cidr` and subnets are calculated with the help of [in-built functions](https://gitlab.com/squareops/sal/terraform/aws/network/-/blob/qa/main.tf#L2).
26
26
27
-
This module supports three scenarios for creating Network resource on AWS. Each will be explained in further detail in the corresponding sections.
27
+
This module supports three scenarios for creating Network resource on AWS. Each will be explained in detail in the corresponding sections.
28
28
29
29
-**simple-vpc (default behavior):** For creating a VPC with only public subnets and IGW.
30
30
-`vpc_cidr = ""`
@@ -52,18 +52,18 @@ This module supports three scenarios for creating Network resource on AWS. Each
52
52
53
53
To configure Pritunl VPN:
54
54
55
-
1. Open the public IP of instance.
56
-
2. Get the initial key and user, password for setting up Pritunl from Secret Manager and log in to Pritunl.
57
-
3. Create a DNS record mapping to the vpn host public IP
58
-
4. After login,in the Initial setup window, add the record created in the 'Lets Encrypt Domain' field.
55
+
1. Access the Pritunl UI using the public IP of EC2 instance in browser
56
+
2. Get the initial key, user and password for setting up Pritunl from Secret Manager and log in to Pritunl.
57
+
3. Create a DNS record mapping to the EC2 instance's public IP
58
+
4. After login,in the Initial setup window, add the record created in the 'Lets Encrypt Domain' field.
59
59
5. Pritunl will automatically configure a signed SSL certificate from Lets Encrypt.
60
60
6. Add organization and user to pritunl.
61
-
7. Add server port as 10150 which is already allowed from security group while creating vpn.
61
+
7. Set server port as 10150 which is already allowed from security group while creating vpn.
62
62
8. Attach organization to the server and Start the server.
63
63
9. Copy or download user profile link or file.
64
64
10. Import the profile in Pritunl client.
65
65
66
-
NOTE: Port 80 to be open publicly in the vpn security group to verify and renewing the domain certificate.
66
+
NOTE: Port 80 should be open publicly in the vpn security group to verify and renewing the domain certificate.
0 commit comments