os:ubuntu:letsencrypt
문서의 이전 판입니다!
letsencrypt
letsencrypt 설치
- letsencrypt 설치
# apt-get update ; apt-get dselect-upgrade -f fix-missing upgrade # apt-cache search letsencrypt # apt-get install letsencrypt # apt-cache show letsencrypt
- ubuntu 는 certbot 를 이용한다.
certbot PPA
- APT Repository 에 certbot PPA 추가한다. (선택옵션)
# add-apt-repository ppa:certbot/certbot
- APT Repository 에서 certbot PPA 삭제방법
# add-apt-repository --remove ppa:certbot/certbot
- 관련 패키지들까지 한꺼번에 제거하고 싶을때
- ppa-purge 패키지 설치
# apt-get install ppa-purge
- 관련 패키지 삭제
# ppa-purge ppa:certbot/certbot
os/ubuntu/letsencrypt.1591431258.txt.gz · 마지막으로 수정됨: 저자 starlits
