Let's encrypt 홈페이지에 있는 내용그대로 카페24 서버호스팅에서 사용시 99% 오류가 날것이다... (나만 그런거면 눈물) cannot find apache executable apachectl 아파치를 못 찾는다는 오류인데 기본설치경로에만 아파치가 있는지 검색하는것같다. 하지만 카페24는 opt/apache 라는 폴더에 설치하므로 경로를 설정해줘야한다. 1. cafe24 sudo certbot certonly --apache-ctl /opt/apache/apachectl -d YourDomain.com 위는 카페24 아파치 경로이고 2. other path sudo certbot certonly --apache-ctl /Your_Apache_Path/apachectl -d YourDomain..