005ba36b83dbbb6a4bbcf5da2bb1cecd9fb886f2

``` hxtool request-create --subject=... \ --generate-key=... \ --key-bits=... \ --key=STORE \ store ``` wants to generate a key, store it in the location specified by the --key argument, then read it back, then generate the CSR, and store it in `store`. But it didn't work because for generating a key this really wants the `--key` argument to be a file path into which a raw DER-encoded RSA key will be written (only RSA is supported, ay!), but for reading the key back it uses `hx509_certs_init()`, which wants `TYPE:name` keystore specification. A deadly embrace. Now that we have improved libhx509 functionality for reading/writing private keys from/to PEM files we use this functionality and require a store type in the `--key=STORE` argument.
Heimdal
Heimdal is a Kerberos 5 implementation.
For information how to install see here.
There are man pages for most of the commands.
Bug reports and bugs are appreciated. Use GitHub issues or send e-mail to heimdal-bugs@h5l.org.
For more information see the project homepage https://www.h5l.org/ or the mailing lists:
- heimdal-announce@sics.se low-volume announcement
- heimdal-discuss@sics.se high-volume discussion
Send e-mail to heimdal-announce-request@sics.se and heimdal-discuss-request@sics.se respectively to subscribe.
Build Status
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%