load public keys from file or url
See original GitHub issueDescription
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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That was added in #3463 for the record.
--validators-external-signer-public-keys
now supports loading from a URL (which includesfile:/
URLs).