From f9fa7026603a298c46aea77d753e0a8121e5d71b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 7 Jul 2014 03:26:50 +0200 Subject: Add ability to add custom OrganizationalUnits in genkeypair. Also, it's now possible to reuse an existing private key (with -f). --- roles/webmail/tasks/roundcube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/webmail') diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index feb38ee..558f062 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -82,7 +82,7 @@ command: genkeypair.sh x509 --pubkey=/etc/nginx/ssl/mail.fripost.org.pem --privkey=/etc/nginx/ssl/mail.fripost.org.key - --dns=mail.fripost.org + --ou=WWW --cn=mail.fripost.org --dns=mail.fripost.org -t rsa -b 4096 -h sha512 register: r1 changed_when: r1.rc == 0 -- cgit v1.2.3