s/ssl/tls
authorLorin Hochstein <lhochstein@netflix.com>
Wed, 16 Nov 2016 04:58:13 +0000 (20:58 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Wed, 16 Nov 2016 04:58:13 +0000 (20:58 -0800)
ch06/playbooks/mezzanine.yml

index 8bb9299..af5fc71 100644 (file)
       file: path={{ conf_path }} state=directory
       become: True
       when: tls_enabled
-    - name: create ssl certificates
+    - name: create tls certificates
       command: >
         openssl req -new -x509 -nodes -out {{ proj_name }}.crt
         -keyout {{ proj_name }}.key -subj '/CN={{ domains[0] }}' -days 3650