redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

CNF files for IPA and local-user #74

Closed x00Pavel closed 2 years ago

x00Pavel commented 2 years ago

We have a problem with CNF files that we use to create a CSR (for local users). The problem is that IPA user uses different logic for creating the CSR file (options are specified in the CLI openssl command). We need to fix this issue for a more consistent workflow between controller and models.

x00Pavel commented 2 years ago

Fixing this by adding a corresponding method to User class that would generate corresponding CSR file