Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate support for storing SCT in a file #3

Open
hlandau opened this issue Nov 25, 2015 · 5 comments
Open

Investigate support for storing SCT in a file #3

hlandau opened this issue Nov 25, 2015 · 5 comments

Comments

@hlandau
Copy link
Owner

hlandau commented Nov 25, 2015

What webservers can consume this, besides HAProxy?

@hlandau hlandau self-assigned this Nov 25, 2015
@wiktor-k
Copy link

wiktor-k commented Dec 6, 2015

Nginx with a custom plugin:

https://github.com/grahamedgecombe/nginx-ct

@hlandau
Copy link
Owner Author

hlandau commented Dec 6, 2015

That's two.

Still, at some point LE will start stapling SCTs to OCSP responses (which can be stapled themselves): letsencrypt/boulder#592
So I wonder about the utility of this.

@wiktor-k
Copy link

wiktor-k commented Dec 7, 2015

Yep, it's a low priority IMHO.

Last time I checked some CA considered distributing SCT via TLS extensions to be the "correct approach" though. See: https://forum.startcom.org/viewtopic.php?p=21381&sid=3ca262ae78a1e69f299c08ff9990e015#p21381

@hlandau hlandau changed the title TODO: investigate support for storing SCT in a file Investigate support for storing SCT in a file Jan 25, 2016
@hlandau hlandau removed their assignment Feb 12, 2016
@grahamedgecombe
Copy link

I've been using a live-updated hook to achieve this together with ct-submit.

Here's the hook:

https://gist.github.com/grahamedgecombe/a9d662911c45445001ee93378d011ac9

It's not a perfect solution: the live symlink has already been swapped by the time live-updated is called. If one of the log servers you submit to is down, you could end up using the certificate without having the desired number of SCTs.

It only supports the SCT file format used by Apache and the nginx-ct module. HAProxy uses a different format and isn't supported.

It'd also be nice if it used a human-readable file name for the .sct files, instead of the SHA-256 hash of the log URL.

@hlandau
Copy link
Owner Author

hlandau commented Aug 5, 2016

Neat. I've added a mention to the user guide's third-party resources section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants