Skip to content

Commit

Permalink
Merge pull request #28 from sourcefuse/feature/client-vpn-refactor
Browse files Browse the repository at this point in the history
Removed Cloudposse dependency for Client VPN
  • Loading branch information
vijay-stephen committed Nov 29, 2024
1 parent 3794a6f commit dbf1678
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ For basic Client VPN usage, see the [example](https://github.com/sourcefuse/terr

This example will create:

- Self-Signed Certificate Authority (CA) Creation: It creates a self-signed CA certificate using the cloudposse/terraform-aws-ssm-tls-self-signed-cert module. The certificate is stored in AWS SSM (Systems Manager).
- CA Certificate

- Self-Signed Root Certificate Creation: It creates a self-signed root certificate using the cloudposse/terraform-aws-ssm-tls-self-signed-cert module. This certificate is signed by the previously created CA certificate.
- Root Certificate

- VPN Setup: It uses the sourcefuse/arc-vpn/aws module to create a VPN setup. This includes:

Expand Down

0 comments on commit dbf1678

Please sign in to comment.