use certificates role instead of letsencrypt role
This commit is contained in:
parent
f79fec1356
commit
53a4544ba1
6 changed files with 27 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ server {
|
|||
{% endfor %}
|
||||
|
||||
{% if vhost.letsencrypt|d(False) %}
|
||||
ssl_certificate /etc/ssl/letsencrypt_{{ vhost_name }}_chained.crt;
|
||||
ssl_certificate_key /etc/ssl/private/letsencrypt_{{ vhost_name }}.key;
|
||||
ssl_certificate /etc/ssl/nginx_{{ vhost_name }}.chain.crt;
|
||||
ssl_certificate_key /etc/ssl/private/nginx_{{ vhost_name }}.key;
|
||||
ssl_stapling_verify on;
|
||||
ssl_stapling on;
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue