Giter Site home page Giter Site logo

Comments (7)

mvrk69 avatar mvrk69 commented on September 22, 2024

I have the same issue, homeassistant for example requires a fullchain (ca + cert) and a separate key on its configuration:

http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Is there anyway to accomplish this with cert-manager?

from cert-manager.

erikgb avatar erikgb commented on September 22, 2024

I think the additional output formats feature in cert-manager could be used to produce "special" output formats like the full chain. This feature is graduated to beta in cert-manager 1.15 - which means it's enabled by default.

from cert-manager.

svvac avatar svvac commented on September 22, 2024

It appears cert-manager is already building a full chain into tls.crt.

The issue is that root (self-signed) certificates are omitted from the chain:

// Root certificates are omitted from the chain as per
// https://datatracker.ietf.org/doc/html/rfc5246#section-7.4.2
// > [T]he self-signed certificate that specifies the root certificate authority
// > MAY be omitted from the chain, under the assumption that the remote end must
// > already possess it in order to validate it in any case.

from cert-manager.

erikgb avatar erikgb commented on September 22, 2024

The issue is that root (self-signed) certificates are omitted from the chain

Is this really an issue? 😉

from cert-manager.

svvac avatar svvac commented on September 22, 2024

Well, I guess it somewhat gets in the way of this feature request, don't you think? Some use-cases would benefit from a way to selectively disable that behavior.

from cert-manager.

erikgb avatar erikgb commented on September 22, 2024

That's why I suggested the additional output formats in #6876 (comment). This feature was actually graduated to beta in recent cert-manager 1.15.

from cert-manager.

japtain-cack avatar japtain-cack commented on September 22, 2024

+1 for this. I have client's that can't manage a cert store, and I need the full chain including the root. We use a Vault PKI for our CAs ftr.

from cert-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.