Crate signstar_sign

Source
Expand description

Application for the creation of signatures from signing requests.

Enumsยง

Error ๐Ÿ”’
Signstar signing error.

Functionsยง

load_nethsm_keyid ๐Ÿ”’
Creates a new [NetHsm] object with correct connection and user settings and returns it alongside with the [KeyId] that should be used for signing.
main ๐Ÿ”’
Signs the signing request on standard input and returns a signing response on standard output.
sign_request ๐Ÿ”’
Signs the signing request in reader and write the response to the writer.