Skip to content

Commit

Permalink
Merge pull request #17 from jadolg/add-cert-to-readme
Browse files Browse the repository at this point in the history
Add cert usage to example in the readme`
  • Loading branch information
jadolg authored Jun 2, 2023
2 parents 4c9adc5 + 0efd7d7 commit 141c482
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 141c482

Please sign in to comment.