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
댓글목록
등록된 댓글이 없습니다.