#20 koji-ssl-admin: generate PKCS12 files for user accounts
Closed: Fixed 4 years ago by ktdreyer. Opened 5 years ago by ktdreyer.

Kojiweb allows clients to authenticate with the browser, using a pkcs12 file.

koji-ssl-admin will generate a private key and public cert in two PEM-formatted files (kdreyer.key and kdreyer.crt), but it does not currently generate a pkcs12 file with that key material.

The CLI command to generate a pkcs12 file is like so:

  openssl pkcs12 -export -inkey kdreyer.key -in kdreyer.crt -CAfile koji-ca.crt -out kdreyer_browser_cert.p12

We should be able to do this with python-cryptography instead when we do koji-ssl-admin sign kdreyer.csr.


Metadata Update from @ktdreyer:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata