Certbot을 이용한 Let’s Encrypt 인증서 추가

Let’s Encrypt를 이용해 인증서를 추가하고 난 후 서브 도메인을 추가 할 일이 종종 발생한다. 이때 certbot을 이용하면 편하게 도메인 및 서브 도메인을 추가 할 수 있다. 1. Certbot 설치 https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04 2. Certbot을 이용한 도메인 추가 https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-certificates-for-multiple-apache-virtual-hosts-on-ubuntu-14-04

PHP Laravel frameworks

이번 프로젝트에 라라벨을 도입하기로 함. 관련 자료 수집. PHP The Right Way (http://modernpug.github.io/php-the-right-way/) 라라벨 무료동영상 강좌(eng) (https://laracasts.com/series/laravel-5-fundamentals) 라라벨 한글 매뉴얼(http://xpressengine.github.io/laravel-korean-docs/) 라라벨 책(https://www.lesstif.com/pages/viewpage.action?pageId=28606603)