danb35/deploy-freenas

Error when running script

niklas2233 opened this issue · 2 comments

hey when i run the scipt i get error on line 81
with open(PRIVATEKEY_PATH, 'r') as file:

fyaGWvB

You need to set the privkey_path to wherever your private key is actually stored. See the example config in the README.

The script assumes you're using acme.sh and that the cert files will be stored in its default locations. If they're anywhere else, as @DasSkelett says, you'll need to specify the paths in the config file.