Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for key/certificate types RSA, Ed25519, ECDSA
This also automatically derives key type and certificate signature algorithm when possible. Option to select signature algorithm and key type should only be passed usually when generating new CA or key. Key/cert types: * default - Ed25519 * `x509.RSA(true)` - RSA * `x509.ECDSA(true)` - ECDSA Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
- Loading branch information