Skip to content

Commit

Permalink
Add cert usage to example in the readme`
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Jun 2, 2023
1 parent 4c9adc5 commit 0efd7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ A Python API wrapper for [Outline VPN](https://getoutline.org/)
from outline_vpn.outline_vpn import OutlineVPN

# Setup the access with the API URL (Use the one provided to you after the server setup)
client = OutlineVPN(api_url="https://127.0.0.1:51083/xlUG4F5BBft4rSrIvDSWuw")
client = OutlineVPN(api_url="https://127.0.0.1:51083/xlUG4F5BBft4rSrIvDSWuw",
cert_sha256="4EFF7BB90BCE5D4A172D338DC91B5B9975E197E39E3FA4FC42353763C4E58765")

# Get all access URLs on the server
for key in client.get_keys():
Expand Down

0 comments on commit 0efd7d7

Please sign in to comment.