I’m traying to update my SSL certified and I get the following error:
Traceback (most recent call last):
File “/usr/share/webmin/webmin/acme_tiny.py”, line 198, in
main(sys.argv[1:])
File “/usr/share/webmin/webmin/acme_tiny.py”, line 194, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url, contact=args.contact)
File “/usr/share/webmin/webmin/acme_tiny.py”, line 143, in get_crt
raise ValueError(“Wrote file to {0}, but couldn’t download {1}: {2}”.format(wellknown_path, wellknown_url, e))
ValueError: Wrote file to /home/lineavital/public_html/.well-known/acme-challenge/3z0FK7zWUKLLYgm_dZ18a66RfvVnqmA8TNvvTTYejGM, but couldn’t download http://autoconfig.lineavital.com.co/.well-known/acme-challenge/3z0FK7zWUKLLYgm_dZ18a66RfvVnqmA8TNvvTTYejGM: Error:
Url: http://autoconfig.lineavital.com.co/.well-known/acme-challenge/3z0FK7zWUKLLYgm_dZ18a66RfvVnqmA8TNvvTTYejGM
Data: None
Response Code: 404
Response:
Not Found
The requested URL /.well-known/acme-challenge/3z0FK7zWUKLLYgm_dZ18a66RfvVnqmA8TNvvTTYejGM was not found on this server.
I need some help with this.
Than you!