Read Time:46 Second
- Raspberry Pi의 IP를 알아낸다음에 Router에서 DMZ를 설정하여 외부 IP로 접속할 경우 Raspberry Pi로 접근이 되도록 한다.
- Raspberry Pi에 아파치를 설치한다.
- 외부 IP로 접속하여 Apache 설치 여부를 확인한다.
- Raspberry Pi에 다이나믹 도메인을 연결한다
- https://www.noip.com (무료) 에 가입을 한다
- NoIP Dynamic Update Client를 다운로드 및 설치한다.
- 다이나믹 도메인 (http://xxxxx.ddns.net)에 접속이 되는지 확인한다.
- Certbot을 다운받는다
- 설치방법: https://certbot.eff.org/#pip-apache
$ wget https://dl.eff.org/certbot-auto $ chmod a+x certbot-auto $ certbot-auto --apache
- 설치 중에 도메인을 물어보는데, 그때 위에서 설정한 다이나믹 도메인을 입력한다.
- 설치방법: https://certbot.eff.org/#pip-apache
- 설치가 모두 끝나면 https://<도메인>으로 접속해본다.
- 접속이 성공적이면 https://www.ssllabs.com/ssltest/analyze.html?d=<도메인> 에서 SSL테스트를 해본다.
– 끝 –