View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001534 | Main CAcert Website | certificate issuing | public | 2021-07-21 13:59 | 2023-08-28 13:39 |
Reporter | alkas | Assigned To | bdmc | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Main CAcert Website | OS | N/A | OS Version | stable |
Summary | 0001534: A proposal: submitting CSRs as files P10 | ||||
Description | Utilites as Kleopatra produce CSRs n the P10 Binary format, other as the P10 Base64 format. The CAcert main web should accept such files and use a simple contents test with a simple conversion Binary --> Base64. | ||||
Steps To Reproduce | To submit a file is impossible in present. If the file has Base64 format, you are able to copy and paste its CONTENT only. | ||||
Additional Information | Most questions to Support are just about the impossibility of browsers to make a CSR. Make a CSR is complicated for a common user. Let's simplify that. | ||||
Tags | Base64, CSR, P10 | ||||
Reviewed by | |||||
Test Instructions | |||||
|
We'll probably need a button to upload the file, since currently the CSR is entered by Copy/Paste which does not work for binary files. If someone can look up the OpenSSL command line to do the conversation, please add it as a note here. |
|
The following openSSL command will do that. I have tested it. openssl req –in <your .p10 file> -inform der –out <a new file name> and the new file name can have any extension (e.g. .csr) |
|
The topic was discussed at the developer meeting on 5 August 2021. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-21 13:59 | alkas | New Issue | |
2021-07-21 13:59 | alkas | Tag Attached: Base64 | |
2021-07-21 13:59 | alkas | Tag Attached: CSR | |
2021-07-21 13:59 | alkas | Tag Attached: P10 | |
2021-08-05 18:34 | Ted | Assigned To | => bdmc |
2021-08-05 18:39 | Ted | Note Added: 0006044 | |
2021-08-05 19:30 | alkas | Note Added: 0006045 | |
2021-08-06 09:33 |
|
Note Added: 0006048 | |
2023-08-28 13:39 | bdmc | Relationship added | related to 0001551 |