Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
AUT-418 - Updated Mobile-ID truststore info
Browse files Browse the repository at this point in the history
AUT-418
  • Loading branch information
martenrebane authored Oct 1, 2020
1 parent c012c36 commit 3267ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Table 2.2.2 - Configuring Mobile-ID truststore
| Property | Mandatory | Description |
| :---------------- | :---------- | :----------------|
| `mobile-id.truststore` | Y | Path to the truststore that holds list of OCSP responder certificates and Mobile-ID issuer certificates. For example: `classpath:mobile-id-truststore.p12`, when the file is to be accessed from the classpath or `file:/etc/cas/mobile-id-truststore.p12` when the file is referenced in the local filesystem. |
| `mobile-id.truststore` | Y | Path to the truststore that holds Mobile-ID issuer certificates. Truststore must include `ESTEID-SK 2011` and `ESTEID-SK 2015` certificates. For example: `classpath:mobile-id-truststore.p12`, when the file is to be accessed from the classpath or `file:/etc/cas/mobile-id-truststore.p12` when the file is referenced in the local filesystem. |
| `mobile-id.truststore-type` | N | Truststore type. Defaults to `PKCS12` |
| `mobile-id.truststore-pass` | Y | Truststore password |
Expand Down

0 comments on commit 3267ac2

Please sign in to comment.