Failed renew ssl pritunl dashboard

Hi, I have an issue with SSL update failure, even though the dashboard stated that SSL renewal will be done automatically, why did it not happen automatically? And now it has already expired. In the log, there is information about the failed renewal. What is the solution?

this error :
[vm-pritunl][2023-04-19 07:35:47,501][INFO] Parsing account key…
[vm-pritunl][2023-04-19 07:35:47,517][INFO] Parsing CSR…
[vm-pritunl][2023-04-19 07:35:47,529][INFO] Found domains: kirigakure.kepo.red
[vm-pritunl][2023-04-19 07:35:47,529][INFO] Getting directory…
[vm-pritunl][2023-04-19 07:35:48,153][INFO] Directory found!
[vm-pritunl][2023-04-19 07:35:48,154][INFO] Registering account…
[vm-pritunl][2023-04-19 07:35:49,543][INFO] Registered!
[vm-pritunl][2023-04-19 07:35:49,543][INFO] Creating new order…
[vm-pritunl][2023-04-19 07:35:50,940][INFO] Order created!
[vm-pritunl][2023-04-19 07:35:51,558][INFO] Verifying kirigakure.kepo.red…
[vm-pritunl][2023-04-19 07:36:04,184][ERROR] Failed to get LetsEncrypt cert
Traceback (most recent call last):
File “/usr/lib/pritunl/lib/python3.8/site-packages/pritunl/handlers/settings.py”, line 1072, in settings_put
acme.update_acme_cert()
File “/usr/lib/pritunl/lib/python3.8/site-packages/pritunl/acme.py”, line 69, in update_acme_cert
cert = get_acme_cert(settings.app.acme_key, csr)
File “/usr/lib/pritunl/lib/python3.8/site-packages/pritunl/acme.py”, line 41, in get_acme_cert
certificate = acmetiny.get_crt(
File “/usr/lib/pritunl/lib/python3.8/site-packages/pritunl/acmetiny.py”, line 138, in get_crt
raise ValueError(“Challenge did not pass for {0}: {1}”.format(domain, authorization))

aise ValueError(“Challenge did not pass for {0}: {1}”.format(domain, authorization))
ValueError: Challenge did not pass for domain.example.com

FYI, i use pritunl enterprise

The Lets Encrypt servers require port 80 HTTP access to the Pritunl web server at the IP address registered to the domain.

so, what should I do ? @zach