CentOS 라즈베리파이4B CentOS Linux release 7.9.2009 (AltArch) Let’s Encrypt 설치
페이지 정보
본문
저장소 추가
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 도메인명
or
다음 명령을 실행하는 동안 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
- 이전글라즈베리파이4B CentOS7 Clamav 설치 22.03.30
- 다음글라즈베리파이4B 4G --> CentOS7 Apache php mariadb phpmyadmin 설치 22.03.29
댓글목록
등록된 댓글이 없습니다.