summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2018-02-08 15:36:28 -0500
committeransibot <ansibot@users.noreply.github.com>2018-02-08 15:58:01 -0500
commitb7f4b89757a088d9bd46508676d0e73ef653af79 (patch)
tree0f6e0698e558b20b3010cf1cddda72a358438203
parentb37549f6793059979504a1041f91a089277cdb74 (diff)
downloadansible-b7f4b89757a088d9bd46508676d0e73ef653af79.tar.gz
Code style words in docs
-rw-r--r--lib/ansible/modules/crypto/openssl_csr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ansible/modules/crypto/openssl_csr.py b/lib/ansible/modules/crypto/openssl_csr.py
index 086bd63f6c..c6dfa75fd5 100644
--- a/lib/ansible/modules/crypto/openssl_csr.py
+++ b/lib/ansible/modules/crypto/openssl_csr.py
@@ -108,7 +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)
+ - Values should be prefixed by their options. (i.e., C(email), C(URI), C(DNS), C(RID), C(IP), C(dirName),
+ C(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