GitHub user jnsnkrllive opened a pull request:

    https://github.com/apache/ant/pull/64

    Add support for SAN extension in GenerateKey task

    Beginning with Java 7, keytool supports the SubjectAlternativeName 
extension on X.509 certificates.
    [Java 7 Keytool 
Documentation](https://docs.oracle.com/javase/7/docs/technotes/tools/windows/keytool.html)
    
    This enhancement will be useful to users who use Ant to issue certificates 
for their project. Especially, for example, if the project is a web application 
that is expected to be accessed through modern browsers who are beginning to 
drop support for Common Name.
    [Chrome 58 Deprecations - Remove support for commonName matching in 
certificates](https://developers.google.com/web/updates/2017/03/chrome-58-deprecations#remove_support_for_commonname_matching_in_certificates)
    
    Targeting 1.9.x branch now, this can be merged into master too.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jnsnkrllive/ant 1.9.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ant/pull/64.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #64
    
----
commit e291c451995d1f89a2d22e0b4f71058ef453e1bc
Author: Karl Jansen <jnsnkrl@...>
Date:   2018-07-11T21:19:29Z

    Add support for SAN extension in GenerateKey task

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to