Skip to content

Provides a service for communicating XBRL messages with Digipoort, the digital gateway for the Dutch tax office.

License

Notifications You must be signed in to change notification settings

beemsoft/digipoort-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digipoort-microservice

Provides a service for communicating XBRL messages with Digipoort, the digital gateway for the Dutch tax office.

Requirements

Certificate

For accessing the Digipoort, this service requires a private certificate.

  • Place the certificate in the project root.
  • Add the certificate info to client_sign.properties.

Also, public certificates need to be installed:

Handy commands:

  • openssl pkcs12 -info -nodes -in certificate.p12
  • keytool -list -v -storetype pkcs12 -keystore certificate.p12

openssl req -nodes -newkey rsa:2048 -keyout private.key -out CSR.csr -subj "/C=NL/ST=Utrecht/L=Utrecht/O=Beemsterboer Software/OU=TechyTax/CN=sbr.techytax.org/serialNumber=00000003302162470000"

Start command

The microservice can be started with mvn spring-boot:run

About

Provides a service for communicating XBRL messages with Digipoort, the digital gateway for the Dutch tax office.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages