danb35 / deploy-freenas

Python script to automate deploying TLS certificates to FreeNAS servers
GNU General Public License v3.0
203 stars 56 forks source link

error running scritp on truenas scale #56

Closed niklas2233 closed 2 years ago

niklas2233 commented 2 years ago

so when i run the script i get this error but i can manually use the files and add the cert in the web gui. i have specified the fqdn and the paths to the private key and the path to fullchain

xW4vEZ3

DasSkelett commented 2 years ago

Looks like your web UI is not listening on port 80. Either enable it, or try with port = 443 and protocol = https://. See the example configuration for all available options.

niklas2233 commented 2 years ago

omg im retarded. changed the web gui to 81 since traefik is using 80 but missed that. thanks for the quick response