Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions docs/adguard-vpn-for-linux/setting-up-on-a-router/keenetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,20 @@ ln -s /opt/adguardvpn_cli/adguardvpn-cli /opt/bin
/ #
```

To sign up or log in, type:
For Keenetic routers, import the SSL certificate and set a folder for the user directory. By default, it may be stored in a temporary directory, and you may lose your settings after a reboot. Run the following commands before each new session and before using AdGuard VPN CLI:

```bash
adguardvpn-cli login
export SSL_CERT_FILE=/opt/etc/ssl/certs/ca-certificates.crt
export HOME=/opt/home/admin
```

1. Connect to VPN

For Keenetic routers, be sure to import the SSL certificate and select a folder for the user directory by running this command before connecting:
To sign up or log in, type:

```bash
export SSL_CERT_FILE=/opt/etc/ssl/certs/ca-certificates.crt
export HOME=/opt/home/admin
adguardvpn-cli login
```

This must be done before each session.
1. Connect to VPN

Select a VPN server location that best suits your needs.

Expand Down