From 9d4d598412b201388509d9b4109474041c2c9a4e Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 15 Nov 2016 20:58:13 -0800 Subject: [PATCH] s/ssl/tls --- ch06/playbooks/mezzanine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06/playbooks/mezzanine.yml b/ch06/playbooks/mezzanine.yml index 8bb9299..af5fc71 100644 --- a/ch06/playbooks/mezzanine.yml +++ b/ch06/playbooks/mezzanine.yml @@ -123,7 +123,7 @@ 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 -- 2.44.0