We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When following these instructions to generate a validation CSR for our new onion server cert, the onion-csr.rb script fails with:
[invalid OBJECT ID ED25519](onion-csr.rb:95:in `to_der': invalid OBJECT ID ED25519: first num too large (OpenSSL::ASN1::ASN1Error))
We've managed to successfully run the script by changing the alg_id from ED25519 to Ed25519
ED25519
Ed25519
onion-csr/onion-csr.rb
Line 46 in 353861e
The text was updated successfully, but these errors were encountered:
fix alg_id
a45def2
HARICA-official#3
@alinaboghiu Could you provide more information about the environment you used? i.e. OS, Ruby and OpenSSL versions
Sorry, something went wrong.
OS: Sonoma 14.4.1 (23E224) Ruby: 2.6.10 OpenSSL: 3.1.2
Successfully merging a pull request may close this issue.
When following these instructions to generate a validation CSR for our new onion server cert, the onion-csr.rb script fails with:
We've managed to successfully run the script by changing the alg_id from
ED25519
toEd25519
onion-csr/onion-csr.rb
Line 46 in 353861e
The text was updated successfully, but these errors were encountered: