Skip to content

Commit

Permalink
Lagt på henvisning til digdir dokumentasjon om Asice signering
Browse files Browse the repository at this point in the history
  • Loading branch information
jarleborsheim committed May 9, 2023
1 parent 8fa2c5a commit e947208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ var configuration = new FiksIOConfiguration(
- **privatNokkel**: The `privatNokkel` property expects a private key in PKCS#8 format. Private key which has a PKCS#1 will cause an exception.

#### Asice signing:
Asice signing is required since version 3.0.0 of this client.
Asice signing is required since version 3.0.0 of this client. More information on Asice signing can be found [here](https://docs.digdir.no/dpi_dokumentpakke_sikkerhet.html).

There are two ways of setting this up, either with a public/private key pair or a x509Certificate2 that also holds the private key.
If you are reusing the x509Certificate2 from the `maskinporten` configuration you might have to inject the corresponding private key.

Expand Down

0 comments on commit e947208

Please sign in to comment.