팝업레이어 알림

팝업레이어 알림이 없습니다.

Memory

HOME > 공지사항

CentOS 라즈베리파이4B CentOS Linux release 7.9.2009 (AltArch) Let’s Encrypt 설치

페이지 정보

profile_image
작성자 최고관리자
댓글 0건 조회 24,392회 작성일 22-03-29 22:44

본문

저장소 추가

yum install epel-release 


certbot 설치시 centos7 버전에 따라 python2 python3 적용이 다르다.

파이썬 버전 확인 python -V


yum install python-certbot-apache

yum install python2-certbot-apache 

yum install python3-certbot-apache 


인증서 발급

certbot --apache 도메인명

or

certbot certonly --webroot -w /home/디렉토리 -d domain -d 도메인명

도메인 별로 인증서를 발급받는다. 
webroot 인증서 생성 방식이고, 
-w 는 해당 도메인 프로젝트 위치, 
-d 는 hosts에 등록된 도메인 (또는 관련 도메인) , 
-email은 관리자 메일이다.

or

certbot --apache --agree-tos --redirect --hsts --staple-ocsp --email  

인증 확인
certbot certificates 

삭제
certbot delete --cert-name 도메인명 

완전삭제
yum remove certbot

다음 명령을 실행하는 동안 My Lets Encrypt 인증서를 갱신하지 못했습니다.  

/usr/bin/certbot renew 

다음 오류가 발생했습니다.  

produced an unexpected error: __str__ returned non-string (type Error). Skipping. All renewal attempts failed.  

여기 에서 해결책을 찾았습니다 .  

yum -y install ca-certificates 


라즈베리 파이용 Ubuntu, CentOS, Debian에 Lets Encrypt 설치 후 https:// 로 정상적으로 접속이 됨

댓글목록

등록된 댓글이 없습니다.