인디노트
Let's Encrypt SSL 인증서 갱신 본문
sudo certbot renew
certbot certonly --force-renew -d example.com
sudo certbot renew --dry-run
crontab -e
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
0 1 10,20,30 * * sudo certbot renew
반응형
'내 프로젝트' 카테고리의 다른 글
보안인증 프레임워크 솔루션 (0) | 2022.12.02 |
---|---|
잠깐 이지만 카카오톡보다 순위가 높네 ㅋㅋㅋ (0) | 2022.11.04 |
iOS 앱 유료앱인 File Explorer 리딤코드 100개 (0) | 2021.04.07 |
[리눅스] Proxy 서버 구축(squid) (0) | 2019.04.09 |
Apple App Permissions (0) | 2019.01.29 |
Comments