ehn-dcc-development / ehn-sign-verify-python-trivial

Extremely minimal python implementation of the eHN-S protocol.
European Union Public License 1.2
76 stars 41 forks source link

Permission denied #15

Open zeroninjahack opened 2 years ago

zeroninjahack commented 2 years ago

when I run: ./pem2json-kid.sh I get: zsh: permission denied: ./pem2json-kid.sh

sanezek commented 2 years ago

Add the execution permission with the command chmod +x pem2json-kid.sh