From cab92b5da5c65aa1de879e3f28a145d402e1dff9 Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Thu, 5 Jan 2023 17:48:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 56dfdd1..f2f55c0 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,6 @@ $ systemctl start cloudgate.service After installation go into the AWS IAM console and create the VPN allowed group for VPN users, the name of the group must be the same one that you setup in **settings.ini** file in **AWS_VPN_ALLOW_GROUP** section. Also create the new user with name **vpnadmin** or any you like and set the policy **IAMReadOnlyAccess** and S3 read/write inline policy for this user. Copy the Access Kye ID and Secter Access KEY from the **vpnadmin** user and put into **settings.ini** file. -**[⬆ back to top](#Cloudgate)** - ### Usage Login into AWS IAM console and place any user into the VPN allowed group, wait for the time that was configured as the **REQUEST_INTERVAL**. After this you will find the new VPN client 'username.ovpn' config file in **./client_configs** folder and user will be added to the OpenVPN clients. If you have setup the S3 bucket name in the settings the client config will be also placed there.