Project

General

Profile

Actions

Todo #1438

closed

Add override for CSR request->response subject mismatch

Added by Yehuda Katz about 13 years ago. Updated almost 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Certificates
Target version:
Start date:
04/15/2011
Due date:
% Done:

80%

Estimated time:
Plus Target Version:
Release Notes:

Description

Just a bit of bug checking and the code that I mentioned on the mailing list will be ready (I am waiting on my CA to issue another cert).

Thoughts: another way (the proper way) to check whether a CSR and CERT match without checking the subjects.
Compare the outputs of:
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in privateKey.key | openssl md5
openssl req -noout -modulus -in CSR.csr | openssl md5


Files

system_certmanager.patch (1.06 KB) system_certmanager.patch Yehuda Katz, 04/18/2011 02:24 PM
Actions

Also available in: Atom PDF