Veeti Paananen
Veeti Paananen
For automatic registration in base classes where some defined children might not have any subscriptions. This could be a configuration value on the bus or a `registerOptional` method.
Allow creation of certificates and accounts (if supported?) using EC keys. Also allow the user to specify the curve. (Pull requests welcome!)
https://community.letsencrypt.org/t/authorization-deactivation/19860
- Import existing RSA key and create account with it/find existing account - Convenience command to export the account key as PEM
The documentation should stress that **cryptographically random keys must be used** with the library. For example, advise users to run something like the following to create a new key: ```...
Allows exiting logcat and repeating loop situations (multiple devices connected and no device selected) without killing Replicant itself. GitHub: fixes #24