Parcourir la source

Change SSL certificate obtaining a bit

pull/6/head
Slavi Pantaleev il y a 7 ans
Parent
révision
1c71cb110e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      roles/matrix-server/tasks/setup_ssl.yml

+ 2
- 1
roles/matrix-server/tasks/setup_ssl.yml Voir le fichier

@@ -49,8 +49,9 @@


- name: Ensure SSL certificates are marked as wanted in acmetool - name: Ensure SSL certificates are marked as wanted in acmetool
shell: >- shell: >-
/usr/bin/docker run --rm --name acmetool-host-grab -p 80:80
/usr/bin/docker run --rm --name acmetool --net=host
-v {{ matrix_ssl_certs_path }}:/certs -v {{ matrix_ssl_certs_path }}:/certs
-v {{ matrix_ssl_certs_path }}/run:/var/run/acme
-e ACME_EMAIL={{ matrix_ssl_support_email }} -e ACME_EMAIL={{ matrix_ssl_support_email }}
willwill/acme-docker willwill/acme-docker
acmetool want {{ item }} --xlog.severity=debug acmetool want {{ item }} --xlog.severity=debug


Chargement…
Annuler
Enregistrer