Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.09 KB

DFN PKI SOAP Client Test

This is work in progress. Use at your own risk.

Build and publish the docker image

Run

docker build -t farberg/dfn-soap-client-test:latest .

docker push farberg/dfn-soap-client-test:latest

Run in Docker

You need the following data supplied by the DFN PKI

  • Client certificate for authentication (assumed to be stored in folder $PWD/private in the following example)
  • Password required to access the certificate
  • ra id (cf. DFN docs)
  • CA name (e.g., test-client1-ca)

Then run

docker run --rm -ti -v "$PWD/private:/data" farberg/dfn-soap-client-test \
	-ra-id 1234 -p12file /data/your-cert.p12 -password your-pw

Acknowledgement

Libraries used and included in this repository