사용자 도구

사이트 도구


os:ubuntu:letsencrypt

문서의 이전 판입니다!


letsencrypt

letsencrypt 설치

  1. letsencrypt 설치
    # apt-get update ; apt-get dselect-upgrade -f fix-missing upgrade 
    # apt-cache search letsencrypt 
    # apt-get install letsencrypt
    # apt-cache show letsencrypt
  2. ubuntu 는 certbot 를 이용한다.

certbot PPA

  1. APT Repository 에 certbot PPA 추가한다. (선택옵션)
    # add-apt-repository ppa:certbot/certbot
  2. APT Repository 에서 certbot PPA 삭제방법
    # add-apt-repository --remove ppa:certbot/certbot
  3. 관련 패키지들까지 한꺼번에 제거하고 싶을때
    1. ppa-purge 패키지 설치
      # apt-get install ppa-purge 
    2. 관련 패키지 삭제
      # ppa-purge ppa:certbot/certbot 
os/ubuntu/letsencrypt.1591431258.txt.gz · 마지막으로 수정됨: 2020/06/06 17:14 저자 starlits