Skip to content

Commit 8ddba8b

Browse files
committed
add the test jks
1 parent 12bfc7c commit 8ddba8b

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ lint/tmp/
7373

7474
.DS_Store
7575

76-
keystores
76+
!keystores/test.properties
77+
!keystores/testKeystore.jks

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "proto"]
1+
[submodule "app/src/main/proto"]
22
path = app/src/main/proto
3-
url = git@github.com/KeystoneHQ/keystone-crypto-coin-message-protocol.git
3+
url = https://github.com/KeystoneHQ/keystone-crypto-coin-message-protocol

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The hardware wallet application was programmed with Java language. The transacti
3131

3232
## Clone
3333

34-
git clone git@github.com/KeystoneHQ/Keystone-cold-app.git --recursive
34+
git clone git@github.com:KeystoneHQ/Keystone-cold-app.git --recursive
3535

3636
## Build
3737
cd Keystone-cold-app

app/src/main/proto

Submodule proto added at 0ca6002

keystores/test.properties

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# Copyright (c) 2021 Keystone
3+
#
4+
# This program is free software: you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation, either version 3 of the License, or
7+
# (at your option) any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# in the file COPYING. If not, see <http://www.gnu.org/licenses/>.
16+
#
17+
18+
# suppress inspection "UnusedProperty" for whole file
19+
key.store=testKeystore.jks
20+
key.alias=test
21+
key.store.password=123456
22+
key.alias.password=123456

keystores/testKeystore.jks

2.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)