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

Just a test how to interact with the SOAP service provided by DFN PKI

License

Notifications You must be signed in to change notification settings

pfisterer/dfn-pki-soap-client-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just a test how to interact with the SOAP service provided by DFN PKI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published