소스 검색

Use fullchain ssl certificate

pull/342/head
Guillaume Vincent 7 년 전
부모
커밋
dccd50d9c5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      backend.conf.j2

+ 2
- 2
backend.conf.j2 파일 보기

@@ -9,7 +9,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;

ssl_certificate /etc/letsencrypt/live/{{ domain }}/cert.pem;
ssl_certificate /etc/letsencrypt/live/{{ domain }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ domain }}/privkey.pem;
ssl_session_timeout 30m;
ssl_session_cache shared:SSL:20m;
@@ -32,7 +32,7 @@ server {
ssl_stapling_verify on;

## verify chain of trust of OCSP response using Root CA and Intermediate certs
ssl_trusted_certificate /etc/letsencrypt/live/{{ domain }}/chain.pem;
ssl_trusted_certificate /etc/letsencrypt/live/{{ domain }}/fullchain.pem;

resolver 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 valid=300s;



불러오는 중...
취소
저장