-
Hi,
```X509Certificate2``` has **RawData** property, but ```CertificateRequest``` doesn't.
**API Proposal:**
```cs
public partial class CertificateRequest
{
public byte[] RawData { get; }
…
-
When using openssl 3.2 (cfbe6c0fce96b277a1) when the server is configured to ask for client certificates, it will advertise support for TLS 1.3 specific signature algorithms, more specifically the…
-
**Describe the bug**:
While upgrading to v1.16.1, we have a problem with startupapicheck job
```
% k logs -f cert-manager-startupapicheck-6w2wh -n cert-manager
I1021 16:18:39.804057 1 ap…
-
### Describe the expected outcome
Expected results: can issue certificates
Question here: **### Does the AWS Private CA issuer support cross account to request certificate from AWS Private CA?**
…
-
**Describe the bug**:
I have a CertificateRequest which keeps getting created, when from what I can see the origin of the request has been removed.
**Expected behaviour**:
Deleting an old Certifi…
-
I am using
public async Task RequestCertificateAsync(
AvailableCAModel ca,
string csr,
string subjectName,
int certificateValidityDays
)
It always fails in…
-
Similar to cert-manager controllers (https://cert-manager.io/docs/devops-tips/prometheus-metrics/#scraping-metrics), csi-lib should expose some key metrics for promethues to scrap, like:
- [ ] Cert…
-
The client API indiscriminately requests any client certificate. The client API should send the list of trusted CAs (the edge signer CA's distinguished name, and the DNs of any additional, verified …
-
This issue it to track the review and potential rework of the server-side CertificateRequest writing and the client-side CertificateRequest message parsing in preparation for upstreaming.
The relev…
-
It would be useful to be able to pass on a string of a base64 encoded CSR directly to `Submit-CertificateRequest` instead of having to dump it to [file](https://github.com/PKISolutions/PSPKI/blob/mast…