일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- #창작#SNS#스포츠#반려동물#연애#과제#레시피#활동#건강#운세#글쓰기#비즈니스 #AI비서#챗GPT#CHATGPT
- flutter#채팅창@메모창#url링크#날짜추가
- 로우코드#ERP#관리시스템#상품관리#선택박스#자동화프로그램
- 플러터#sms#mms#문자보내기
- 마이봇#핸드폰대체#
- 마이봇#아이폰#아이폰심사#IT고시#
- 마이봇#챗봇
- flutterfire configure#파이어베이스#플러터
- ax5#tree#grid#단계별 펼치기# depth #시트메타
- 펫버틀러#서버연동#프로필등록#로그인서버연동#이미지#동영상#업로드용 화면#앱개발#플러터#반려생활#로딩바#loading bar#
- 커피#그라인더#통돌이 오픈 #로스팅#드립커피#생두#원두
- 마이봇#API 설정
- fcm#메세지전송#안드로이드메세지#플러터메세지전송
- PDF검색#PDF검색챗봇#NEXTJS#스터디#스타트업#랭체이#langchain#prisma#sqlite#
- PDF#챗봇검색#서비스#GPT4#PGT3.5#GPT#랭체인#챗봇#CHATBOT#LLM#문서검색
- 마이봇#chatgpt#ai#인공지능
- postgres#vector
- 쇼핑몰관리시스템#매입관리#시트메타#매입채널#엑셀업로드
- 광동온더그린#프랜즈#가상CC#스크린골프#
- 임대사업자#리걸테크#legaltech#마이봇#챗봇#법률챗봇#임대사업자챗봇#chatgpt#
- figma#flutter#dhwise#피그마#플러터#피그마 to 플러터 #figma to flutter
- 마이봇#문서챗봇#PDF#TEXT#유투브#챗봇만들기#랭체인# langchain#벡터데이터#자료검색#챗GPT#GPT4#챗지피티
- flutter#sqlite#chatGPT#
- firebase#message#메세지#플러터#안드로이드
- 시트메타#관리시스템#테이블연동#품목관리
- flutter#ios#앱개발#마이봇#
- 로우코드#lowcode#erp#관리시스템#시트메이트#시트메타#엑셀업로드#엑셀다운로드#그리드#데이터관리#생산관리시스템#로그관리#히스토리#입력체크
- 마이봇#pdf챗봇#상담챗봇#faq챗봇#chatgpt#랭체인#llm
- mediasaop#webrtc#미디어서버#
- 플러터#
- Today
- Total
혼자서 앱 만드는 개발자 함께하는 AI 세상
인증서 갱신 letsencrypt 3개월 이후 갱신 해야한다. 본문
우선 https 000-default.conf 을 수정 해준다.
root@skpark-ThinkPad-Edge-E430:/etc/apache2/sites-enabled# ls
000-default.conf
root@skpark-ThinkPad-Edge-E430:/etc/apache2/sites-enabled#
iv 000-default.conf
<VirtualHost *:80>
ServerName mybot1.store
ServerAlias mybot1.store
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# ProxyPass / http://0.0.0.0:3001/
# ProxyPassReverse / http://0.0.0.0:3001/
ErrorLog ${APACHE_LOG_DIR}/error.log
</VirtualHost>
두개를 막아줌
root@skpark-ThinkPad-Edge-E430:/etc# cd letsencrypt/
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt# ls
accounts archive cli.ini csr keys live renewal renewal-hooks
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt# cd live
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# ls
README mybot1.store
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# mv mybot1.store mybot1.store1
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# letsencrypt certonly --webroot --webroot-path=/var/www/html -d mybot1.store
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for mybot1.store
서비스 리스타트
# service apache2 restart
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/mybot1.store-0001/fullchain.pem
Key is saved at: /etc/letsencrypt/live/mybot1.store-0001/privkey.pem
This certificate expires on 2024-01-26.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live#
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live#
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live#
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# ls
README mybot1.store-0001 mybot1.store1
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# mv mybot1.store-0001/ mybot1.store
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# cd mybot1.store
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live/mybot1.store# ls
README cert.pem chain.pem fullchain.pem privkey.pem
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live/mybot1.store# cd ..
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# ls
README mybot1.store mybot1.store1
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live# cd mybot1.store1
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live/mybot1.store1# ls
cert.pem chain.pem fullchain.pem privkey.pem
root@skpark-ThinkPad-Edge-E430:/etc/letsencrypt/live/mybot1.store1#
이젠 conf 파일 원상복구한후 리스타트 해준다.
root@skpark-ThinkPad-Edge-E430:/etc/apache2/sites-enabled# pwd
/etc/apache2/sites-enabled
root@skpark-ThinkPad-Edge-E430:/etc/apache2/sites-enabled#
<VirtualHost *:80>
ServerName mybot1.store
ServerAlias mybot1.store
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ProxyPass / http://0.0.0.0:3001/
ProxyPassReverse / http://0.0.0.0:3001/
ErrorLog ${APACHE_LOG_DIR}/error.log
</VirtualHost>
<VirtualHost *:443>
#service apache2 restart
'nextjs 랭체인 챗봇만들기' 카테고리의 다른 글
마이봇을 나만의 챗봇 서비스 통해 9월증시 전망 유투브 등록 부터 링크 주소 (0) | 2023.09.08 |
---|---|
나만의 챗봇 링크주소 어떻게 만들까요? (0) | 2023.09.07 |
붕괴된 무량판 문제는? (0) | 2023.09.05 |
마이봇을 활용해서 오늘 올라온 주식 유투브 내용을 물어보기 (0) | 2023.09.04 |
마이봇 나만의 챗봇 만들기 (2) | 2023.09.03 |