Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix publicId generation #63

Merged
merged 1 commit into from Nov 7, 2019
Merged

fix publicId generation #63

merged 1 commit into from Nov 7, 2019

Conversation

manveru
Copy link
Contributor

@manveru manveru commented Nov 7, 2019

No description provided.

@manveru manveru self-assigned this Nov 7, 2019
@@ -134,7 +134,7 @@ in {

publicId = mkOption {
type = types.str;
default = lib.fileContents (pkgs.runCommand "jormungandrPrivateId" {buildInputs = [ cfg.jcliPackage ]; } ''
default = lib.fileContents (pkgs.runCommand "jormungandr-publicId" {buildInputs = [ pkgs.openssl ]; } ''
echo "echo generate key for ${cfg.publicAddress}"
openssl rand -hex 24 > $out
'');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description update on L143? (No longer applicable description)

@manveru manveru merged commit f424b0f into master Nov 7, 2019
@iohk-bors iohk-bors bot deleted the fix-public-id-gen branch November 7, 2019 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants