mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
* Add "TLS" to createTlsServerCert() to differentiate it from future work to introduce a non-TLS variant. *Change to using Java 8 time types for certificate validity - does introduce so unnecessary roundtrips, but makes the code significantly easier to read/follow. In particular avoids opaque integers in the code and replaces them with Duration.