Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Documentation
rigado-hsm-server
Commits
426db21e
Commit
426db21e
authored
Dec 27, 2018
by
apapkovskiy
Browse files
Added deleting provisioning data
parent
891057f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
426db21e
...
...
@@ -4,7 +4,7 @@
Set up initialize.jsch for apdu_player
```
sudo snap set rigado-hsm-server device-jcsh="$(cat initialize.j
s
ch)"
sudo snap set rigado-hsm-server device-jcsh="$(cat initialize.jc
s
h)"
```
## provisioning
Run init-A71CH-iot-hub
...
...
rootfs/bin/init_A71CH_iot_hub
View file @
426db21e
...
...
@@ -15,4 +15,8 @@ fi
cd
${
SNAP_COMMON
}
/certs
rm
-f
cert_
*
.pem
rm
-f
keyref_
*
.pem
rm
-f
SampleConfig.json
$SNAP
/
$PATH_TO_BIN
/nxp_iot_agent_demo
snap/snapcraft.yaml
View file @
426db21e
...
...
@@ -88,21 +88,21 @@ apps:
plugs
:
*default-plugs
A71CHConfigToolJRCP
:
environment
:
JRCP_HOSTNAME
:
1
72.27.1.199
JRCP_HOSTNAME
:
1
27.0.0.1
OPENSSL_CONF
:
$SNAP/certs/opensslA71CH.cnf
LD_LIBRARY_PATH
:
$LD_LIBRARY_PATH:$SNAP/jrcp/lib
command
:
"
jrcp/lib/A71CHConfigTool"
plugs
:
*default-plugs
init-A71CH-openssl
:
environment
:
JRCP_HOSTNAME
:
1
72.27.1.199
JRCP_HOSTNAME
:
1
27.0.0.1
OPENSSL_CONF
:
$SNAP/certs/opensslA71CH.cnf
LD_LIBRARY_PATH
:
$LD_LIBRARY_PATH:$SNAP/jrcp/lib
command
:
"
bin/init_A71CH_openssl"
plugs
:
*default-plugs
init-A71CH-iot-hub
:
environment
:
JRCP_HOSTNAME
:
1
72.27.1.199
JRCP_HOSTNAME
:
1
27.0.0.1
OPENSSL_CONF
:
$SNAP/certs/opensslA71CH.cnf
LD_LIBRARY_PATH
:
$LD_LIBRARY_PATH:$SNAP/jrcp/lib
command
:
"
bin/init_A71CH_iot_hub"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment