Skip to content

Commit

Permalink
add the test jks
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronisme committed Jun 21, 2021
1 parent 12bfc7c commit 8ddba8b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ lint/tmp/

.DS_Store

keystores
!keystores/test.properties
!keystores/testKeystore.jks
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "proto"]
[submodule "app/src/main/proto"]
path = app/src/main/proto
url = git@github.com/KeystoneHQ/keystone-crypto-coin-message-protocol.git
url = https://github.com/KeystoneHQ/keystone-crypto-coin-message-protocol
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The hardware wallet application was programmed with Java language. The transacti

## Clone

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

## Build
cd Keystone-cold-app
Expand Down
1 change: 1 addition & 0 deletions app/src/main/proto
Submodule proto added at 0ca600
22 changes: 22 additions & 0 deletions keystores/test.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Copyright (c) 2021 Keystone
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# in the file COPYING. If not, see <http://www.gnu.org/licenses/>.
#

# suppress inspection "UnusedProperty" for whole file
key.store=testKeystore.jks
key.alias=test
key.store.password=123456
key.alias.password=123456
Binary file added keystores/testKeystore.jks
Binary file not shown.

0 comments on commit 8ddba8b

Please sign in to comment.