corda / cordapp-template-kotlin

A Kotlin CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
118 stars 149 forks source link

Why Are There Certificates Checked In? #35

Closed opticyclic closed 5 years ago

opticyclic commented 6 years ago

The certificates in the src/main/resources/certificates dir are not copied to the build directory.

Corda will also generate them by default if they don't exist on first start.

So why are they checked in to the project?

opticyclic commented 5 years ago

These were in https://github.com/corda/cordapp-template-kotlin/tree/release-V2/cordapp/src/main/resources/certificates

but now appear to have been removed in v3 and v4