일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- FIDO2
- Android
- 앱스토어
- 안드로이드
- 앱리소스
- 애플
- git
- OSX
- SwiftUI
- Xcode
- Nodejs
- openssl
- apple
- WebAuthn
- kmip
- css
- SSH
- OTP
- 앨범북
- SSL
- appres
- SWIFT
- fido
- 2FA
- albumbook
- 인증
- MSYS2
- MFA
- otpkey
- MYSQL
Archives
- Today
- Total
인디노트
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