ssl7 centos 7 / let's Encrypt / tomcat 8 *1. let's Encrypt 설치 * yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt/ *2. 인증서 받기 * ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소1] -d [사용할 도메인주소2] -d [사용할 도메인주소3] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create .. 2020. 5. 4. centos 7 / tomcat / SSL / https / let's encrypt Apache Tomcat Version 7.0.82 openjdk version "1.8.0_242" CentOS Linux release 7.8 yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소] A - N - Y - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. 2020. 4. 29. Let’s Encrypt / certbot-auto wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto ./certbot-auto certonly --webroot -w [ROOT폴더] -d [도메인명] Let’s Encrypt 인증서 기간, 남은 날짜, 상태 확인하기 ./certbot-auto certificates Let’s Encrypt SSL 인증서 갱신(20일미만) 웹서버 다운필요?? ./certbot-auto renew Let’s Encrypt SSL 인증서 갱신(잔여 유효기간 상관없음) 웹서버 다운필요?? ./certbot-auto renew --force-renewal Let’s Encrypt SSL 인증서 갱신(업데이트 패키지 설치시도시 사용자 입력 skip) 웹서버 다운필요?? ./.. 2020. 4. 28. 이전 1 2 다음 반응형