Closed laurent-martin closed 1 year ago
version 4.14
When executing:
ascli conf genkey mykey 4096
Error:
ERROR: Other(OpenSSL::PKey::RSAError): Neither PUB key nor PRIV key: unsupported
Yes, that's a bug, ascli misses to convert the argument to integer, and openssl does not like that.
Workaround: don't provide that argument, it uses 4096 as default:
ascli conf genkey mykey
version 4.14
When executing:
Error: