Hostwinds 튜토리얼

에 대한 검색 결과:


목차


설치
페도라
데비안
다른 형태의 설치

Let ’s Encrypt 설치 방법

태그 : SSL 

설치
페도라
데비안
다른 형태의 설치

암호화는 SSL 인증서를 취득 할 수있는 인증 기관입니다.셸 액세스가있는 시스템의 경우 ACME 프로토콜을 사용하는 응용 프로그램 인 CertBot를 설치하는 것이 좋습니다.CertBot은 많은 공통 운영 체제 및 웹 서버에 포장되어 있습니다.

설치

페도라

sudo dnf install certbot python2-certbot-apache

데비안

  • Debian Stretch 또는 Debian Sid를 실행하는 경우 certbot 패키지를 설치할 수 있습니다.
sudo apt update && sudo apt upgrade
sudo apt-get install certbot python-certbot-apache
  • Apache 플러그인을 사용하여 인증서를 얻는 방법.
certbot --apache -d example.com -d www.example.com -d other.example.net
  • nginx를 사용하는 경우 Python-certbot-nginx 플러그인을 설치해야합니다. 그런 다음 -nginx 플래그를 사용하십시오.
apt install python-certbot-nginx
certbot --nginx -d example.com -d www.example.com -d other.example.net

처음 에이 명령을 실행하여 인증서를 얻으려면 CertBot은 가입자의 암호화 가입자 정책에 대한 이메일 및 계약을 요청하는 계정을 만듭니다.-Email & gagree-to primers를 추가하여 해당 작업을 자동화 할 수 있습니다.

./certbot-auto certainly --standalone --email admin@example.com -d example.com -d www.example.com -d other.example.net

다른 형태의 설치

  • CertBot-Auto Wrapper 스크립트를 사용하여 CertRBot을 설치하십시오. 이렇게하면 웹 서버 OS에서 의존성이 붙어 있습니다.
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
  • 최근 다운로드 한 certbot을 실행하려면
./certbot-auto
  • 추가 프라이머에 대한 쿼리
./certbot-auto --help>

작성자 Hostwinds Team  /  4 월 24, 2018