From b37549f6793059979504a1041f91a089277cdb74 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Wed, 7 Feb 2018 11:07:23 +0100 Subject: [PATCH] openssl_csr: Improved documentation on subject_alt_name possible values --- lib/ansible/modules/crypto/openssl_csr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/crypto/openssl_csr.py b/lib/ansible/modules/crypto/openssl_csr.py index 24948dbf5c..086bd63f6c 100644 --- a/lib/ansible/modules/crypto/openssl_csr.py +++ b/lib/ansible/modules/crypto/openssl_csr.py @@ -108,6 +108,8 @@ options: description: - SAN extension to attach to the certificate signing request - This can either be a 'comma separated string' or a YAML list. + - Values should be prefixed by their options. (ie. email, URI, DNS, RID, IP, dirName, otherName and the ones specific to your CA) + - More at U(https://tools.ietf.org/html/rfc5280#section-4.2.1.6) subject_alt_name_critical: required: false aliases: [ 'subjectAltName_critical' ]