Browse Source

Update Readme.md

Andrej Studen 4 years ago
parent
commit
c4fd57f4c6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Readme.md

+ 6 - 0
Readme.md

@@ -11,4 +11,10 @@ ifc=labkeyInterface.labkeyInterface('/path/to/network-config.json')
 ### Use ###
 `getFile.py` illustrates use to connect to site, collect image and perform image analysis.
 
+### Generate private key without password 
 
+To connect, a key without password is needed for compliance with `urllib3`. 
+Generate it with:
+```shell
+openssl rsa -in [file1.key] -out [file2.key]
+```