
설정 -> 인증서 관리자를 통해 내 Asustor NAS에 대한 Let's Encrypt 인증서를 생성하려고 시도하는 동안(다음지침) 오류로 인해 프로세스가 반복적으로 실패했습니다 Ref. 5402
. Let's Encrypt ACME Client
Asustor에서 제거/재설치해도 App Central
도움이 되지 않았습니다. 또 무엇을 시도할 수 있나요?
답변1
T1;DR
터미널을 사용하여 NAS에 SSH로 접속하고 다음 명령을 실행하세요.
rm -rf /volume1/.@plugins/AppCentral/python3/lib/python3.10/site-packages/~ertbot
rm -rf /volume1/.@plugins/AppCentral/python3/lib/python3.10/site-packages/~ertbot-2.6.0.dist-info
그런 다음 인증서 관리자 GUI로 돌아가 지침을 따르면 프로세스가 작동합니다.
더 많은 정보:
UI에 실패한 후 NAS에 ssh로 연결하고 certbot
수동으로 실행(Let's Encrypt에서 사용하는 도구)하고 생성된 인증서를 수동으로 설치하려고 시도했습니다. 그러나 다음 오류로 인해 실패했습니다.
An unexpected error occurred:
Exception: Duplicate plugin name manual from certbot and -ertbot.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-bufbgpei/log or re-run Certbot with -v for more details.
nic@LaNube:/volume1 $ cat /tmp/certbot-log-bufbgpei/log
2024-03-02 15:03:00,062:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 8, in <module>
sys.exit(main())
File "/usr/local/AppCentral/letsencrypt/data/module/lib/python3.10/site-packages/certbot/main.py", line 19, in main
return internal_main.main(cli_args)
File "/usr/local/AppCentral/letsencrypt/data/module/lib/python3.10/site-packages/certbot/_internal/main.py", line 1835, in main
plugins = plugins_disco.PluginsRegistry.find_all()
File "/usr/local/AppCentral/letsencrypt/data/module/lib/python3.10/site-packages/certbot/_internal/plugins/disco.py", line 192, in find_all
cls._load_entry_point(entry_point, plugins)
File "/usr/local/AppCentral/letsencrypt/data/module/lib/python3.10/site-packages/certbot/_internal/plugins/disco.py", line 204, in _load_entry_point
raise Exception("Duplicate plugin name {0} from {1} and {2}.".format(
Exception: Duplicate plugin name manual from certbot and -ertbot.
2024-03-02 15:03:00,063:ERROR:certbot._internal.log:An unexpected error occurred:
2024-03-02 15:03:00,063:ERROR:certbot._internal.log:Exception: Duplicate plugin name manual from certbot and -ertbot.
cerbot
두 개의 플러그인 세트(설치에서 cerbot
하나, ~ertbot
. 설치 를 삭제하면 ~ertbot
중복 플러그인 문제가 해결되며 실제 Let's Encypt 인스턴스에 부정적인 영향을 미치지 않는 것 같습니다. 이 추가 패키지는 App Central 설치 프로그램에 의해 기본적으로 설치되는 것 같습니다.