Skip to content

Commit

Permalink
Support configuration via trustcacerts
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Aug 23, 2021
1 parent 0bfc421 commit c112ed2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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 c112ed2

Please sign in to comment.