certbot 실행시 Could not choose appropriate plugin for updaters : Could not select or initialize the requested installer nginx 오류 수정 > 개발

본문 바로가기
사이트 내 전체검색

개발

certbot 실행시 Could not choose appropriate plugin for updaters : Could not select or initialize the requested installer nginx 오류 수정

페이지 정보

profile_image
작성자 관리자 (119.♡.119.69)
댓글 0건 조회 161회 작성일 24-10-31 23:30

본문

Could not choose appropriate plugin for updaters : Could not select or initialize the requested installer nginx 오류 수정


letsencrypt ssl 인증서를 업데이트를 하는 과정에서 발생한 오류와 수정과정을 남긴다.


# 증상

```
certbot renew
```
letsencrypt 인증서를 업데이트 하기 위해서, 위 명령어를 수행하면, 아래와 같은 오류가 난다.
```
Could not choose appropriate plugin for updaters : Could not select or initialize the requested installer nginx
```


# 원인

python-certbot-nginx 패키지가 설치되지 않아서 발생하는 오류이다.

```
# yum list installed | grep certbot
certbot.noarch
python3-certbot.noarch
python3-certbot-apache.noarch
```


# python3-certbot-nginx 설치

python3-certbot-nginx 를 설치해도 되고,
python-certbot-nginx 를 설치하면, python3-certbot-nginx 가 설치가 된다.

```
# yum install python-certbot-nginx
```

설치 확인

```
# yum list installed | grep certbot
certbot.noarch
python3-certbot.noarch
python3-certbot-apache.noarch
python3-certbot-nginx.noarch
```

추천0

댓글목록

등록된 댓글이 없습니다.

Total 399건 1 페이지
  • RSS
개발 목록
번호 제목 조회 추천 날짜
39910001-10
3989001-10
열람중162010-31
396172010-28
395459009-23
3941152007-06
3931126007-02
392998006-23
3911200006-23
390970006-20
389843006-15
388771006-15
387955005-27
3861269004-07
3852139002-02
3842229001-09
3832464012-25
3822030012-15
3811705012-10
3801293012-03

검색


사이트 정보

Copyright © Baragi.Net. All rights reserved.