canonical / pylxd

Python module for LXD
https://pylxd.readthedocs.io/en/latest/
Apache License 2.0
256 stars 135 forks source link

Improve TLS doc #499

Closed simondeziel closed 2 years ago

simondeziel commented 2 years ago

Document how TLS fingerprint verification should be used, inspired by https://discuss.linuxcontainers.org/t/pylxd-certificate-verify-failed-self-signed-certificate/13232

While at it, simplify the self-signed client cert generation example to be easily copy-n-pasted.

codecov-commenter commented 2 years ago

Codecov Report

Merging #499 (de5108b) into master (d82e4bb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #499   +/-   ##
=======================================
  Coverage   97.07%   97.07%           
=======================================
  Files          56       56           
  Lines        4101     4101           
=======================================
  Hits         3981     3981           
  Misses        120      120           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d82e4bb...de5108b. Read the comment docs.