Repository: ant
Updated Branches:
  refs/heads/master 377935d2a -> 172ca141c


Update manual for subject alternative name attribute of genkey task

This closes #65 pull request at github/apache/ant


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/23a5135a
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/23a5135a
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/23a5135a

Branch: refs/heads/master
Commit: 23a5135abe1d2f996be4240b9c8a31cd779865e1
Parents: a5fe8b6
Author: Karl Jansen <[email protected]>
Authored: Mon Jul 16 15:42:34 2018 -0700
Committer: Jaikiran Pai <[email protected]>
Committed: Tue Jul 17 15:24:03 2018 +0530

----------------------------------------------------------------------
 manual/Tasks/genkey.html | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/23a5135a/manual/Tasks/genkey.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/genkey.html b/manual/Tasks/genkey.html
index 96959c2..e052b43 100644
--- a/manual/Tasks/genkey.html
+++ b/manual/Tasks/genkey.html
@@ -82,6 +82,12 @@
     <td valign="top" align="center">Yes if dname element unspecified</td>
   </tr>
   <tr>
+    <td valign="top">saname</td>
+    <td valign="top">The subject alternative name for entity. Requires
+ Java 7 or higher.</td>
+    <td valign="top" align="center">No</td>
+  </tr>
+  <tr>
     <td valign="top">validity</td>
     <td valign="top">(integer) indicates how many days certificate is 
valid</td>
     <td valign="top" align="center">No</td>

Reply via email to