question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot set Certificate Transparency for a manual enrollment

See original GitHub issue

Describe the bug I can not create a cert with Certificate Transparency turned on

To Reproduce Steps to reproduce the behavior:

  import { client } from "@azure/keyvault-certificates";

  await client.beginCreateCertificate("EXAMPLE-CERT-NAME", {
      subject: `cn=Something Inc.`,
      issuerName: "Unknown",
      exportable: false,
      keyType: "RSA-HSM",
      enhancedKeyUsage: ["1.3.6.1.5.5.7.3.1", "1.3.6.1.5.5.7.3.2"],
      keyUsage: ["digitalSignature", "keyEncipherment", "keyCertSign"],
      certificateTransparency: true,
      keySize: 2048,
   });

Error:

"error": {
  "code": "BadParameter",
  "message": "Cannot set Certificate Transparency for a manual enrollment."
}

Expected behavior

Certificate request is created

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ramya-rao-acommented, Jul 24, 2020

Adding the Service Attention label to see if the service team can improve the docs around this.

1reaction
davejcommented, Jul 27, 2020

@sadasant Yes. Definitely one of the best experiences that I’ve had posting an issue to a commercial Github repo. Feel free to close this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot set certificate transparency · Issue #13475 - GitHub
Trying to create certificate request with policy incl. certificate transparency fails with "Cannot set Certificate Transparency for a manual ...
Read more >
Certificate Transparency MDM payload settings for Apple ...
Yes, if Disable Certificate Transparency enforcement for specific certificates is used. A list of domains where certificate transparency is ...
Read more >
How to Fix ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
A Certificate Transparency (CT) requires each certificate to be properly logged. ... Change the CA if they fail to resolve the issue quickly....
Read more >
Adding certificates to the Certificate Transparency (CT) logs.
Manually adding a Certificate to a Certificate Transparency (CT) Log. If one wishes to submit a certificate, issued prior to 23 March 2018, ......
Read more >
Certificate Transparency
Certificate Transparency (CT) is a protocol designed to fix several structural flaws in the SSL/TLS certificate ecosystem. Described in RFC 6962, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found