question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

load public keys from file or url

See original GitHub issue

Description

As a validator, i would like to be able to load a lot of keys from a config file or/and url to use with an external signer.

Acceptance Criteria

Being able to load multiple keys from a config file and/or url. It would be useful if the url loading would be compatible with the list keys endpoint in web3signer https://pegasyseng.github.io/web3signer/web3signer-eth2.html#operation/ETH2_SIGN

Additional Information

I tried to load 2000 keys and was not able, it failed with standard_init_linux.go:211: exec user process caused "argument list too long"

thank you very much

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ajsuttoncommented, Jan 24, 2021

That was added in #3463 for the record.

0reactions
ajsuttoncommented, Jan 24, 2021

--validators-external-signer-public-keys now supports loading from a URL (which includes file:/ URLs).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set up SSH public key authentication to connect to a remote ...
Under "Actions", next to "Save the generated key", click Save public key. Give the file a name (for example, putty_key ), select a...
Read more >
Load RSA public key from file - java - Stack Overflow
Load RSA public key from file ; throws SignatureException{ try ; "SHA1withRSA"); sign.initSign(privateKey); sign.update(message.getBytes("UTF-8")); ...
Read more >
How to Use SSH Public Key Authentication - Linode
Open the authorized_keys file with the text editor of your choice ( nano , for example). Then, paste the contents of your public...
Read more >
Downloading public keys - AWS Key Management Service
Choose the Public key tab. To copy the public key to your clipboard, choose Copy. To download the public key to a file,...
Read more >
Create a Public Key and Private Key for SSH, PuTTY, or SFTP ...
Create a Public Key and Private Key for SSH, PuTTY, or SFTP Client, using your Webhost Control Panel ... When you are done,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found