Skip to content

Commit

Permalink
Merge branch 'release/0.64'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Aug 23, 2021
2 parents 468e464 + 7606a35 commit e0afe70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-tls.spec</artifactId>
<version>0.63</version>
<version>0.64</version>
<name>TLS Nukleus Specification</name>
<description>TLS Nukleus Specification</description>
<url>https://github.com/reaktivity/nukleus-tls.spec</url>
Expand Down Expand Up @@ -56,7 +56,7 @@
<junit.version>4.13.1</junit.version>

<k3po.version>3.1.0</k3po.version>
<reaktor.version>0.166</reaktor.version>
<reaktor.version>0.172</reaktor.version>

<nukleus.proxy.spec.version>0.17</nukleus.proxy.spec.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
"store": "stores/client/trust",
"type": "pkcs12",
"password": "generated"
},
"signers":
{
"store": "stores/client/signers",
"type": "pkcs12",
"password": "generated"
}
}
}
Expand All @@ -31,11 +25,7 @@
"options":
{
"trust": [ "serverca" ],
"certificate":
{
"validity": 10,
"signers": [ "clientca" ]
}
"trustcacerts": true
},
"exit": "net#0"
}
Expand Down

This file was deleted.

0 comments on commit e0afe70

Please sign in to comment.