I know about things like https://crt.sh but how could you be notified about something like this? Is there some service that allows you to be alerted whenever a new certificate is generated for a domain?
Search.chatgpt.com domain and SSL cert have been created
31–40 of 126 posts
Re: Search.chatgpt.com domain and SSL cert have been created
#32Earlier quoted context omitted.
Unless this is the Microsoft deal, and they're using Bing as their indexing backend.
"chat gee pee tee search" is a terrible name. In comparison, bing is genius
Re: Search.chatgpt.com domain and SSL cert have been created
#33Earlier quoted context omitted.
Unless this is the Microsoft deal, and they're using Bing as their indexing backend.
"chat gee pee tee search" is a terrible name. In comparison, bing is genius
Re: Search.chatgpt.com domain and SSL cert have been created
#34Sounds like they're building something like what Phind.com does
Re: Search.chatgpt.com domain and SSL cert have been created
#35Re: Search.chatgpt.com domain and SSL cert have been created
#36Re: Search.chatgpt.com domain and SSL cert have been created
#37I know about things like https://crt.sh but how could you be notified about something like this? Is there some service that allows you to be alerted whenever a new certificate is generated for a domain?
You can set up your own certificate transparency listener, and get notified of every certificate created, in realtime, assuming you can handle the load. In my company we do this to scan new domains for potential phishing domains, to take them down before they become active.
Re: Search.chatgpt.com domain and SSL cert have been created
#38Re: Search.chatgpt.com domain and SSL cert have been created
#39I'm taking this opportunity to once again ask for the widespread adoption of the Name Constraints extension in x509, and subsequent roll-out of constrained intermediate CA certs signed by a publicly trusted root. Would be so convenient to have an intermediate CA cert constrained to *.my-name.com to avoid situations like this. Being forced to either use a private PKI infrastructure or using wildcards to not leak host…
The point of certificate transparency is to have a public audit log of every certificate issued. Even if you had your own CA, you would be obliged to report every certificate you issue to the CT. This is a feature, not a bug.