Skip to content

Commit

Permalink
Fix/sign certs (#52)
Browse files Browse the repository at this point in the history
* sign ec key

* sign keys

* sign key

* config for new key
  • Loading branch information
a-trzewik committed May 12, 2021
1 parent 9209053 commit f9c7bd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified certs/test.jks
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ issuance:
dgciPrefix: dgci:V1:DE
keyStoreFile: certs/test.jks
keyStorePassword: dgca
certAlias: edgc_dev_ec
certAlias: dev_ec
privateKeyPassword: dgca
countryCode: DE
tanExpirationHours: 2
Expand Down

0 comments on commit f9c7bd9

Please sign in to comment.