Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.06 KB

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