Explorar el Código

Use a more descriptive name for cert generation script

Mike Ashley hace 8 años
padre
commit
3d4987c4e2
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0
    0
      roles/common/files/letsencrypt-gencert
  2. 1
    1
      roles/common/tasks/letsencrypt.yml

roles/common/files/gencert → roles/common/files/letsencrypt-gencert Ver fichero


+ 1
- 1
roles/common/tasks/letsencrypt.yml Ver fichero

@@ -32,7 +32,7 @@
32 32
   service: name=apache2 state=stopped
33 33
 
34 34
 - name: Get an SSL certificate for {{ domain }} from Let's Encrypt
35
-  script: gencert {{ domain }}
35
+  script: letsencrypt-gencert {{ domain }}
36 36
   args:
37 37
     creates: /etc/letsencrypt/live/{{ domain }}/privkey.pem
38 38
   when: ansible_ssh_user != "vagrant"

Loading…
Cancelar
Guardar