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

Let's Encrypt certificate instead of COMODO CA with random subjectAltNames #165

Open
Majkl578 opened this issue May 1, 2018 · 3 comments
Assignees

Comments

@Majkl578
Copy link
Contributor

Majkl578 commented May 1, 2018

Current certificate is issued by COMODO CA (through Cloudflare) and has tens of random unrelated alternative names.

It's sad we are using such thing when Let's Encrypt exists. :(

$ openssl s_client -connect www.doctrine-project.org:443 2>&1 | openssl x509 -noout -text | grep -o DNS: | wc -l
65

https://www.ssllabs.com/ssltest/analyze.html?d=www.doctrine%2dproject.org&s=2400%3acb00%3a2048%3a1%3a0%3a0%3a6812%3a292d&latest

@Majkl578
Copy link
Contributor Author

Any update on this one? :/ I'm not happy seeing COMODO certificate with 40 random alternative names on a website of an OSS project. Let's Encrypt is absolutely free, it's the best suited CA for OSS project.

@jwage
Copy link
Member

jwage commented Oct 22, 2018

I'm all for it. Let me know how you want to set it up.

@mpdude
Copy link

mpdude commented Jan 25, 2023

It’s still using a Cloudflare cert, but that no longer contains that many unrelated names (only one for a Cloudflare host which is probably there for reasons).

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

No branches or pull requests

3 participants