-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with CRMF request via CLI #1977
Comments
Comment from mharmsen (@mharmsen) at 2015-06-15 21:07:57 Per CS/DS meeting of 06/15/2015: 10.3 |
Comment from edewata (@edewata) at 2015-08-19 20:08:34 According to jmagne the workaround is to submit two separate requests. |
Comment from mharmsen (@mharmsen) at 2016-05-06 22:00:41 Per Bug Triage of 05/05/2016: 10.4 |
Comment from edewata (@edewata) at 2016-11-30 22:35:01 The workaround is to use caSigningUserCert instead of caDualCert. See http://pki.fedoraproject.org/wiki/Certificate_Key_Archival. |
Comment from mharmsen (@mharmsen) at 2016-12-01 20:29:13 Per Offline Triage of 11/30/2016-12/01/2016: FUTURE - minor |
Comment from edewata (@edewata) at 2017-02-27 14:09:39 Metadata Update from @edewata:
|
Comment from mharmsen (@mharmsen) at 2018-04-13 18:37:43 Per 10.5.x/10.6 Triage: FUTURE mharmsen: as this issue is quite old, it needs to be re-verified with more recent bits to see if it is still a problem |
Comment from mharmsen (@mharmsen) at 2018-04-13 18:37:44 Metadata Update from @mharmsen:
|
This issue was migrated from Pagure Issue #1416. Originally filed by edewata (@edewata) on 2015-06-13 18:59:20:
In Firefox 34 when enrolling a certificate using Manual User Signing & Encryption Certificates Enrollment (caDualCert) profile, which uses CRMF request, the server will generate two requests, and thus two certificates:
and
However, when the CRMF request is submitted via CRMFPopClient, the server will only generate just one request and one certificate (with an additional extension):
Similarly, with PKI CLI (which shares the code with CRMFPopClient) the server also generates only one request and one certificate:
Ideally the CLI should generate requests and certificates identical to the ones produced using Firefox.
Proposed milestone: since the functionality is no longer supported in the latest Firefox, the CLI should be fixed soon in 10.2.x.
The text was updated successfully, but these errors were encountered: