View Issue Details

IDProjectCategoryView StatusLast Update
0001534Main CAcert Websitecertificate issuingpublic2023-08-28 13:39
Reporteralkas Assigned Tobdmc  
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformMain CAcert WebsiteOSN/AOS Versionstable
Summary0001534: A proposal: submitting CSRs as files P10
DescriptionUtilites 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 ReproduceTo submit a file is impossible in present. If the file has Base64 format, you are able to copy and paste its CONTENT only.
Additional InformationMost 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.
TagsBase64, CSR, P10
Reviewed by
Test Instructions

Relationships

related to 0001551 needs review & testingTed Adjust interface on page for signing certificate to refer to the new CSR creation web app 

Activities

Ted

2021-08-05 18:39

administrator   ~0006044

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.

alkas

2021-08-05 19:30

manager   ~0006045

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)

Golffies

2021-08-06 09:33

manager   ~0006048

The topic was discussed at the developer meeting on 5 August 2021.

Issue History

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 Golffies Note Added: 0006048
2023-08-28 13:39 bdmc Relationship added related to 0001551