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

If a domain is already managed as part of another certificate, show indication in UI #367

Closed
webprofusion-chrisc opened this issue Sep 25, 2018 · 5 comments
Milestone

Comments

@webprofusion-chrisc
Copy link
Contributor

Let's Encrypt certificates have a maximum of 100 domains for certificates. When managing hundreds of domains against a single site it is necessary to split the site into one or more additional certificates.

It is currently difficult to see which ones are already being managed as part of another managed certificate, so the suggestion is to grey out or otherwise indicate that a domain is currently selected as part of another managed certificate.

@codeendevor
Copy link

@webprofusion-chrisc Great application you have here, i just downloaded this to deal with Exchange and smartermail servers, I currently have a C# .net application that checks all the domains in IIS and displays ones with Cert applied and also shows valid and expire date. I am new to your application but will review your code and see if i can incorporate to achieve what you are looking for. Shouldn't be to hard once i get familiar with your code. I will fork this now and get back to you after the holiday.

@webprofusion-chrisc
Copy link
Contributor Author

@codeendevor thanks! Currently when you look at a managed certificate your seeing a cached version of the bindings we read, but this could be refreshed on demand. Some users have hundreds or thousands of bindings under one site.

@codeendevor
Copy link

Are we caching them for a reason? I get all my sites live in my application, do you have a reason for not getting live data? Maybe show all websites available on the left with sorts for sites without ssl, sites with other ssl providers, Ect. Also looking we might be able to create a master and slaves the way i currently control my servers with my portal.

@webprofusion-chrisc
Copy link
Contributor Author

@codeendevor Yes, when you change between different managed certificates we don't have time to query IIS bindings before displaying the UI, although we could do a background refresh instead - it should probably wait a second as user may just be scrolling through a bunch of them.

Your idea of sites on the left - currently the list is for managed certificates (which can each be a single site or many matching IIS sites, or not related to IIS at all etc, ) Maybe we need a different tab for this type of full server summary report (because it's a list of all site and all domains and their matching managed certificates). I do have an item on my todo list asking for something quite similar (more of
sortable/filterable management report).

@codeendevor
Copy link

I think i know what you mean, Sounds good. Let me try and put something together over the holiday,

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

2 participants