Skip to content

Commit

Permalink
doc/source/authentication: use HTTPS scheme in example
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 11, 2024
1 parent b14c304 commit d7228db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ essentially meaning that the authentication has not yet occurred.
>>> from pylxd import Client
>>> client = Client(
... endpoint='http://10.0.0.1:8443',
... endpoint='https://10.0.0.1:8443',
... cert=('lxd.crt', 'lxd.key'))
>>> client.trusted
False
Expand Down

0 comments on commit d7228db

Please sign in to comment.