Skip to content

Commit

Permalink
Code style words in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored and ansibot committed Feb 8, 2018
1 parent b37549f commit b7f4b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ansible/modules/crypto/openssl_csr.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
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
Expand Down

0 comments on commit b7f4b89

Please sign in to comment.