bash-4.3# cert-issuer -c /etc/cert-issuer/conf.ini bash: cert-issuer: command not found
Everything was working fine, I’m stuck with the above error
Your help is much appreciated
bash-4.3# cert-issuer -c /etc/cert-issuer/conf.ini bash: cert-issuer: command not found
Everything was working fine, I’m stuck with the above error
Your help is much appreciated
Hi @Danjetech, I had the same error and I solved it usgin the follow command
bash-4.3# python3 cert_issuer/main.py -c conf.ini
I hope it helps you
python3: can’t open file ‘cert_issuer/main.py’: [Errno 2] No such file or directory
Got this error
I have same problem but I run
python -m cert_issuer -c conf.ini
and the problem has been solved for me. -m parameter is to execute package, not python file.