[태그:] letsencrypt


  • Let’s encrypt 인증서 생성시 생기는 파일 차이

    인증서를 생성하면 “/etc/letsencrypt/live/도메인 이름”  아래에 4개의 파일이 존재하는데 정확히 그 차이를 몰랐는데 구글 검색하다 보니 알게 됬음. cert.pem : Your domain’s certificate chain.pem : The Let’s Encrypt chain certificate privkey.pem : Your certificate’s private key fullchain.pem : cert.pem and chain.pem… “read more”


  • nginx+wordpress 에서 https 적용하기

    nginx+wordpress 에서 https 적용하기

    https 적용하고 추후 서버 날렸을때를 대비해서 (서버 날리면 이글 못 볼테지만) 적용하는 방법을 여기에 정리해 둡니다.   1. Let’s Encrypt란? ( https://letsencrypt.org/ ) 잘은 모르겠고 https 가 보안에 좋은데 인증서 비용땜에 널리 사용 안하는거 같으니 우리가 무료로 줄께 라고 하는거… “read more”