Pārlūkot izejas kodu

Support letsencrypt certs for API.

Letsencrypt could makes symlinks to standard locations in the future.
tags/2016.12
Michael Kutý pirms 8 gadiem
vecāks
revīzija
08eb0a4d28
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. +4
    -1
      salt/files/_api.conf

+ 4
- 1
salt/files/_api.conf Parādīt failu

@@ -5,7 +5,10 @@ rest_cherrypy:
port: {{ api.bind.port }}
host: {{ api.bind.address }}
{%- if api.get('ssl', {}).get('enabled', False) %}
{%- if api.ssl.engine == 'salt' %}
{%- if api.ssl.engine == 'letsencrypt' %}
ssl_crt: /etc/letsencrypt/live/{{ api.ssl.name }}/cert.pem
ssl_key: /etc/letsencrypt/live/{{ api.ssl.name }}/privkey.pem
{%- elif api.ssl.engine == 'salt' %}
ssl_crt: /etc/ssl/certs/{{ system.name }}.{{ system.domain }}.crt
ssl_key: /etc/ssl/private/{{ system.name }}.{{ system.domain }}.key
{%- else %}

Notiek ielāde…
Atcelt
Saglabāt