Let's Encrypt SSL 인증서 썸네일형 리스트형 [draft] 우분투에서 Certbot을 사용하여 Let's Encrypt SSL 인증서를 생성하는 방법 우분투에서 Certbot을 사용하여 Let's Encrypt SSL 인증서를 생성하는 방법Certbot 설치우분투 패키지 관리자를 사용하여 Certbot을 설치합니다.sudo apt-get updatesudo apt-get install -y certbotcertbot --version$ certbot --versioncertbot 1.21.0인증서 발급Certbot을 사용하여 SSL 인증서를 발급합니다. 도메인 이름은 실제 도메인으로 변경해야 합니다.sudo certbot certonly --standalone --agree-tos --email email@example.com -d testssl.example.com더보기---$ sudo certbot certonly --standalone --agr.. 더보기 이전 1 다음