Fix typos

This commit is contained in:
Ondrej Mikle 2017-10-31 23:20:37 +01:00
parent 91360e7d3c
commit 9403bc789e
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ To build, just run make:
- authentication using signed UID as NDEF message on Desfire: - authentication using signed UID as NDEF message on Desfire:
./brmdoor_adduser.py -c brmdoor.config -a ndef 04631982cc2280 SomeUserName" ./brmdoor_adduser.py -c brmdoor_nfc.config -a ndef 04631982cc2280 SomeUserName
- you need to generate Ed25519 keypair, store the private key somewhere safe and put the public in config file - you need to generate Ed25519 keypair, store the private key somewhere safe and put the public in config file

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2
import sys import sys
import os import os