Hostwinds 튜토리얼
에 대한 검색 결과:
암호화는 SSL 인증서를 취득 할 수있는 인증 기관입니다.셸 액세스가있는 시스템의 경우 ACME 프로토콜을 사용하는 응용 프로그램 인 CertBot를 설치하는 것이 좋습니다.CertBot은 많은 공통 운영 체제 및 웹 서버에 포장되어 있습니다.
sudo dnf install certbot python2-certbot-apache
sudo apt update && sudo apt upgrade
sudo apt-get install certbot python-certbot-apache
certbot --apache -d example.com -d www.example.com -d other.example.net
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
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
./certbot-auto
./certbot-auto --help>
작성자 Hostwinds Team / 4 월 24, 2018