Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 420 Bytes

File metadata and controls

13 lines (12 loc) · 420 Bytes

FAQ

  1. slot length has to be divisible by 4, or otherwise there are cbor problem.
  2. Encountering following problem:
# problem
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0664 for './pem_key/ss1.pem' are too open.

# solution
chmod 400 ./pem_key/ss1.pem