일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 노드
- 아틀라시안
- 설정
- 하모니카
- postgres
- Windows
- hamonikr
- 리눅스
- 자바스크립트
- 자바
- python
- PostgreSQL
- javascript
- Atlassian
- 파이썬
- 3.0
- 윈도우
- node
- 스크립트
- JS
- DATABASE
- 우분투
- script
- DB
- ubuntu
- 설치
- install
- java
- 데이터베이스
- Linux
Archives
- Today
- Total
LukeHan 의 잡다한 기술 블로그
Let's Encrypt: Error creating new order :: too many certificates 오류 본문
OS/HamoniKR
Let's Encrypt: Error creating new order :: too many certificates 오류
LukeHan1128 2024. 3. 23. 20:00반응형
lukehan@lukehan:/etc/apache2/sites-available$ sudo certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Which names would you like to activate HTTPS for?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: test.lukehan.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
Requesting a certificate for test.lukehan.com
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: test.lukehan.com, retry after 2024-03-12T16:10:02Z: see https://letsencrypt.org/docs/duplicate-certificate-limit/
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
Let's Encrypt 를 이용하여 SSL 인증서 발급을 진행 하였는데 위와 같은 에러가 발생하였다.
로그에 나와 있듯이 인증서 발급을 너무 많이 요청하여 발급 제한이 걸린 것을 확인할 수 있다.
설명상 주당 50회 이상 요청하는 경우 발생하며 일주일간 발급 불가능 한 것으로 판단된다.
반응형
Comments