Hi,
There still seems to be a problem, from what I can tell the acme.csr file is not being created as it is zero in size, this produces the following error:
acme-mailcow_1 | Parsing account key…
acme-mailcow_1 | Parsing CSR…
acme-mailcow_1 | Traceback (most recent call last):
acme-mailcow_1 | File “/usr/bin/acme-tiny”, line 8, in <module>
acme-mailcow_1 | sys.exit(main())
acme-mailcow_1 | File “/usr/lib/python3.9/site-packages/acme_tiny.py”, line 195, in main
acme-mailcow_1 | 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, check_port=args.check_port)
acme-mailcow_1 | File “/usr/lib/python3.9/site-packages/acme_tiny.py”, line 90, in get_crt
acme-mailcow_1 | out = _cmd([“openssl”, “req”, “-in”, csr, “-noout”, “-text”], err_msg=“Error loading {0}”.format(csr))
acme-mailcow_1 | File “/usr/lib/python3.9/site-packages/acme_tiny.py”, line 28, in _cmd
acme-mailcow_1 | raise IOError(“{0}\n{1}”.format(err_msg, err))
acme-mailcow_1 | OSError: Error loading /var/lib/acme/XXXXXXXX/acme.csr
acme-mailcow_1 | b’unable to load X509 request\n140242805283656:error:0909006C😛EM routines:get_name:no start line:crypto/pem/pem_lib.c:745:Expecting: CERTIFICATE REQUEST\n’
I am using the image mailcow/acme:1.80