Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- fstab
- tw_cli
- BIND
- Linux
- Subversion
- redmine
- MySQL
- httpd.conf
- Fedora
- AIR
- php5
- 라라벨
- vsftpd
- 명령어
- xampp
- Laravel
- JavaScript
- ftp
- php
- MOUNT
- VMware
- exception
- nateon
- APM
- CentOS
- ubuntu
- Network
- GlusterFS
- VirtualBox
- Trac
Archives
- Today
- Total
목록2024/03/20 (1)
어제와 똑같이 살면서 다른 미래를 기대하지 말자
[CentOS9] Let's Encrypt 다중도메인 인증서 발급 및 자동갱신 (standalone)
1. Let's Encrypt 패키지 설치 (certbot)# dnf install certbot python3-certbot-apache 2. 웹서비스 중지# systemctl stop httpd 3. 도메인 인증서 발급/수정/삭제※ 도메인 인증서 발급# certbot certonly --standalone --email 이메일 --cert-name 체인명 -d 도메인 --agree-tos# certbot certonly --standalone --email admin@domain.com --cert-name domain.com -d dev.domain.com --agree-tos ※ 옵션설명certonly : 인증서만 얻어옴--standalone : standalone 모드로 실행--email :..
IT관심분야/Linux
2024. 3. 20. 01:25