사용자 도구

사이트 도구


os:ubuntu:letsencrypt

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
os:ubuntu:letsencrypt [2020/06/06 18:21]
starlits [Rate Limits 정책]
os:ubuntu:letsencrypt [2020/06/06 18:41]
starlits [참고링크]
줄 45: 줄 45:
 IMPORTANT NOTES: IMPORTANT NOTES:
  - The dry run was successful.  - The dry run was successful.
 +</code>
 +
 +===== 인증서 폐기 =====
 +  - revoke 옵션으로 인증서를 폐기한다 <code bash>
 +letsencrypt revoke --cert-path /etc/letsencrypt/archive/ecp.adminschool.net/cert1.pem 
 </code> </code>
  
줄 53: 줄 58:
       <Host name="ecp.adminschool.net"  appBase="webapps" unpackWARs="true" autoDeploy="true">       <Host name="ecp.adminschool.net"  appBase="webapps" unpackWARs="true" autoDeploy="true">
 </code> </code>
-  - 만약 에러가 발생한다면 ${TOMCAT_HOME}/webapps/ 디렉토리 아래에 ''.well-known/acme-challenge'' 디렉토리를 생성한다. +  - 만약 에러가 발생한다면 ${TOMCAT_HOME}/webapps/ 디렉토리 아래에 ''.well-known/acme-challenge'' 디렉토리를 생성한다. <code bash> 
 +# mkdir -p .well-known/acme-challenge 
 +</code> 
 +  - TOMCAT 서버를 위한 인증서를 생성한다 <code bash> 
 +# letsencrypt certonly --webroot -w /home/admin/tomcat8_ecp/webapps/ -d ecp.adminschool.net 
 +</code> 
  
 +===== 참고링크 =====
 +  - https://jimnong.tistory.com/742
 +  - https://idchowto.com/?p=47592
os/ubuntu/letsencrypt.txt · 마지막으로 수정됨: 2020/06/06 21:29 저자 starlits