Ubuntu 16.04 | Let’s Encrypt 무료 SSL 인증서 발급 / 갱신
페이지 정보

본문
Ubuntu 16.04 | Let’s Encrypt 무료 SSL 인증서 발급 / 갱신
add-apt-repository ppa:certbot/certbot
apt update
apt install -y python-certbot-apache
발급하기 -d 로 도메인 여려개 가능
certbot --apache (그냥입력시 서버내 모든 도메인)
certbot --apache -d abc.com -d www.abc.com
갱신
certbot renew
abc.com 인증서 삭제
certbot delete --cert-name abc.com
add-apt-repository ppa:certbot/certbot
apt update
apt install -y python-certbot-apache
발급하기 -d 로 도메인 여려개 가능
certbot --apache (그냥입력시 서버내 모든 도메인)
certbot --apache -d abc.com -d www.abc.com
갱신
certbot renew
abc.com 인증서 삭제
certbot delete --cert-name abc.com
- 이전글우분투 phpmyadmin에서 'Connection for controluser as defined in your configuration failed' 나는 경우 해결방법 18.03.21
- 다음글apt-get update 실패시 Ubuntu apt-get 저장소 바꾸기 18.03.02
댓글목록
등록된 댓글이 없습니다.