mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 11:50:17 +00:00
Updated OpenVPN (markdown)
parent
2776c4187b
commit
6a5448125f
1 changed files with 18 additions and 0 deletions
18
OpenVPN.md
18
OpenVPN.md
|
@ -22,6 +22,24 @@ just revoke it and generate a new one.
|
|||
If you add more than a few clients, this gives you a nice list of their names and whether their certificate
|
||||
is still valid or has been revoked. Great way to keep track of what you did with 'pivpn add' and 'pivpn revoke'.
|
||||
|
||||
# Importing Profiles on Client Machines
|
||||
|
||||
## Windows
|
||||
|
||||
Use a program like WinSCP or Cyberduck. Note that you may need administrator permission to move files to some folders on your Windows machine, so if you have trouble transferring the profile to a particular folder with your chosen file transfer program, try moving it to your desktop.
|
||||
|
||||
## Mac/Linux
|
||||
|
||||
Open the Terminal app and copy the config from the Raspberry Pi using`scp pi-user@ip-of-your-raspberry:ovpns/whatever.ovpn`. The file will be downloaded in the current working directory, which usually is the home folder of your PC.
|
||||
|
||||
## Android
|
||||
|
||||
You can either retrieve it on PC and then move it to your device via USB, or you can use an app like Turbo FTP & SFTP client to retrieve it directly from your Android device.
|
||||
|
||||
## iOS
|
||||
|
||||
You can use an app that supports SFTP like Documents by Readdle to retrieve it directly from your iOS device.
|
||||
|
||||
# Connecting to the PiVPN
|
||||
|
||||
## Windows
|
||||
|
|
Loading…
Reference in a new issue