목차 열기
티스토리 뷰
728x90
반응형
[Server/Linux] - Linux / INDEX
0. HTTPS?
1. Certbot 업그레이드
apt update와 apt upgrade를 아무리 해봐야 업데이트가 되지 않는다.
snapd 등 업데이트하는 방법은 많지만 오류로 되지 않는 것을 경험, 다른 방법으로 업그레이드 할 것이다.
apt-get update
apt-get install software-properties-common
add-apt-repository universe
add-apt-repository ppa:certbot/certbot
apt-get update
// NginX
apt-get install python-certbot-nginx
// Apache
apt-get install python-certbot-nginx
아래와 같은 문구가 뜨지만, Enter를 누르고 계속 진행한다. snapd가 안 되는데 어떻게 하나요..
The PPA has been DEPRECATED.
To get up to date instructions on how to get certbot for your systems,
please see https://certbot.eff.org/docs/install.html.
More info: https://launchpad.net/~certbot/+archive/ubuntu/certbot
Press [ENTER] to continue or Ctrl-c to cancel adding it.
2. 인증서 발급
인증서 발급은 일일이 지정해주는 방법과 와일드카드 발급이 있다.
지정 발급
sudo certbot certonly -d [서브도메인].duckdns.org
3.
4.
5.
6.
7.
─→←↔↑↓℃˚·△πσ
728x90
반응형
'Server > Linux' 카테고리의 다른 글
OverTheWire Bandit 공략 / 리눅스 기능을 익히기 위한 워게임 (1) | 2024.01.27 |
---|---|
[Ubuntu] 하드디스크 추가하고 자동으로 마운트하기 (0) | 2021.02.13 |
Linux / INDEX (0) | 2021.01.30 |
[Linux] Freenom 도메인을 업데이트(DDNS) 해보자 (0) | 2021.01.30 |
[Linux] Duck DNS로 IP 없이 접속하기! (0) | 2021.01.30 |
[Ubuntu] nginx로 리버스 프록시 구성하기 (0) | 2021.01.24 |
[Linux] 서버 전체 백업하기 / 복원하기 (0) | 2021.01.24 |
댓글