일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Atlassian
- 자바
- JS
- hamonikr
- Linux
- 우분투
- 노드
- ubuntu
- java
- 자바스크립트
- 리눅스
- 하모니카
- 스크립트
- Windows
- 설치
- python
- node
- 3.0
- PostgreSQL
- 윈도우
- 파이썬
- script
- DATABASE
- javascript
- install
- postgres
- DB
- 데이터베이스
- 설정
- 아틀라시안
Archives
- Today
- Total
목록ssl (2)
LukeHan 의 잡다한 기술 블로그
Let's Encrypt: Error creating new order :: too many certificates 오류
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..
OS/HamoniKR
2024. 3. 23. 20:00
node - letsencrypt ssl 인증서 적용
... var options ={ // ca: fs.readFileSync('ssl-key/chain.pem'), key: fs.readFileSync('ssl-key/privkey.pem'), cert: fs.readFileSync('ssl-key/cert.pem'), // passphrase: 'exitem08' }; ... https.createServer(options, app).listen(port, function() { console.log("HTTPS server listening on port " + port); });
개발/node.js
2020. 11. 15. 16:29