Bootstrap Offline (Post-Launch)#178
Open
fboucquez wants to merge 8 commits into
Open
Conversation
Owner
Author
|
@Wayonb , do you have a mac right? Could you unzip and run the mac distro? Is bootstrap creating the certificate using your local openssl (no warnings on config)? |
segfaultxavi
suggested changes
Mar 3, 2021
9627f1a to
347034c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first version of offline mode. This feature is targeted for exchanges and supernodes owners that don't want to enter any private key in an online machine. The node configuration will be created offline.
This PR requires the voting key native implementation to be merged #177
Changes:
Future Bootstrap offline guide (@segfaultxavi ):
(ATM, only Linux, and Mac will work until we fix issue #1 )
The user most likely want to use a custom preset (step 3) like described in https://github.com/nemtech/symbol-bootstrap/blob/dev/docs/presetGuides.md#never-stored-main-private-key
Note that the node admin doesn't need to compile and copy catapult C++ tools for the offline configuration. So if the node admin wants, he/she can run offline config (without docker) and online docker-compose up without even downloading catapult source code.
We will be able to remove the OpenSSL command and Linux/Mac OS requirement for the config --offline mode after implementing #1.
Fixes #170
Related to forge agent certificate #173
Related to wizard #103