Results 32 comments of Been Kyung-yoon

# Amazon Lightsail 출시 https://aws.amazon.com/ko/blogs/korea/amazon-lightsail-the-power-of-aws-the-simplicity-of-a-vps/ > 서울 리전 생기면 사용자들이 더 늘어날 것으로 예상되므로, 지원하기로 결정!

phpmyadmin 도 zip 확장 모듈이 필요하군요. 향후 기본 설치시에 포함될 예정입니다. #45

### 기존 도메인 연장은 아직 잘 됨 ![image](https://user-images.githubusercontent.com/6302755/104453299-8e693d00-55e7-11eb-899d-d6700cae9871.png)

### 신규 인증서 발급 잘됨 ``` [root@php79 stack]# ./app-install.sh --user=ssl-20210113 --domain=ssl-20210113.php79.net --app=laravel51 --php=80 --ssl --skip-install ``` ![image](https://user-images.githubusercontent.com/6302755/104453765-3f6fd780-55e8-11eb-9da9-7ee591d31747.png) /usr/bin/ certbot-auto 의 업데이트만 중단 된 듯.... 단 앞으로 API 변경에 대한 대응이...

### /usr/bin/certbot-auto 최초 설치시 오류 ./install.sh 를 통해 certbot-auto 가 자동 설치 되지 않았으므로, 수동 설치 시도해봄. ``` # scripts/letsencrypt-install.sh ### Let's Encrypt 자동화툴을 설치합니다. ### Notice) [1/5] 인증툴인 certbot-auto...

### 임시 대응 다음처럼 CentOS를 지원하는 `certbot 1.10.1`로 설치하면 문제없음. ``` cd /usr/bin wget -O certbot-auto https://raw.githubusercontent.com/certbot/certbot/1.10.x/certbot-auto chmod ug+x certbot-auto certbot-auto --install-only --no-self-upgrade -n ``` 설치후 `/usr/bin/certbot-auto --version` 실행하여, 버전이...

### 추후 대응 - [ ] snap 으로 설치? - https://certbot.eff.org/lets-encrypt/centosrhel7-nginx 참고) https://www.enteroa.com/2021/01/08/lets-encrypt-%ec%82%ac%ec%9a%a9-%eb%b0%a9%eb%b2%95-%eb%b3%80%ea%b2%bd/

https://codeigniter.com/docs 3.x - MIT License 2.x - EllisLab open source license.

11.3 까지는 아직 1년 단기 지원 버전들이군요. 조만간 LTS 가 나올 것 같네요.

- [ ] laravel 1개로 통합하고 `--app_version=9.0` 형태로 버전 변수 옵션 입력 검토 - 버전별 nginx 설정이 비슷함. https://laravel.com/docs/9.x/deployment#nginx - [ ] 계정마다 php 및 composer 버전 다르게 할 방향...