Menu

#47 using passwords on loading certificates from p12 files not documented

Upstream submission
closed
None
5
2018-01-24
2017-07-05
No

The application sets the key-passwords on loading the certificates, for p12 files - but that is not documented.

Discussion

  • Martin Peylo

    Martin Peylo - 2017-07-19
    • Group: v1.0 (example) --> Upstream submission
     
  • David von Oheimb

    As usal, PEM and PKCS12 files can be encrypted using a password, where the latter may contain both private keys and certs (etc.).
    Thus of course a password is needed when loading them, even when just reading (public) certs from them.
    I do not see the need for explicitly documenting this.

    When we supprt writing p12 files (I have code for that), I think the ability to use options like -keypass, in particular which key option is used for which output, would be less obvious.

     
  • David von Oheimb

    • status: open --> closed
     

Log in to post a comment.