Releases: UsingBlockchain/YourDLT
v1.4.1: SSL Certificates update
Installation Notes
Upgrade the yourdlt software on your node with the following command:
$ npm install -g [email protected]
Note that, when applying this release over an already existing node configuration, please run the yourdlt config
command using the same parameters -a assembly
, -p preset
, -t target
and -c custom_config.yml
and add --upgrade
to get the latest configuration fields.
Examples:
$ yourdlt config -t dual-node -a dual -p dhealth -c dual_config.yml --upgrade
$ yourdlt config -t peer-node -a peer -p dhealth -c peer_config.yml --upgrade
$ yourdlt config -t my-own-custom-target-folder -a dual -p dhealth -c my_own_config.yml --upgrade
Also, this update is obligatory as SSL certificates expire after 1 year. It is possible to renew certificates up to 30 days before their expiration.
After having installed the configuration update, following command initiates the SSL certificate renewal:
$ yourdlt renewCertificates -t dual-node
Note in the above that we use dual-node
as the target folder, please make sure to replace this with the correct target folder for your node (dual-node
is the default as illustrated in our documentation).
Added
- Adds command
renewCertificates
usingCertificateService
to update SSL certificates. - Adds
caCertificateExpirationInDays
to 7300 in shared preset (20 years). - Adds
nodeCertificateExpirationInDays
to 375 in shared preset (1.02 years). - Adds
certificateExpirationWarningInDays
to 30 days in shared preset.
Changed
- Fixed vulnerabilities: y18n, path-parse, color-string, hosted-git-info, glob-parent.
v1.3.3: Voting keys update
Added
- Adds command
updateVotingKeys
using symbolServerVotingToolsImage. - Adds command
verify
to check for node's health and status. - Adds preset.symbolServerVotingToolsImage to enable votingkey binary.
- Adds
votingKeyDesiredLifetime
to 360 for dHealth mainnet. - Adds
votingKeyDesiredLifetime
to 720 for dHealth testnet. - Adds
votingKeyDesiredFutureLifetime
to 60 for both dHealth mainnet and dHealth testnet.
Changed
- Updated configuration for Symbol mainnet and testnet to reflect update to 1.0.2.
YourDLT: Distributed Ledgers for You
YourDLT: Distributed Ledgers for You
Tool that lets you connect to existing YourDLT and/or Symbol distributed ledger networks.
This tool suite is powered by Using Blockchain Ltd, UBC Digital Magazine, dHealth Network and Symbol from NEM.
Read the docs to connect to a compatible blockchain network.
Copyright 2020 NEM.
Copyright 2021-present Using Blockchain Ltd, All rights reserved.
Licensed under the License Apache 2.0.