-
-
Notifications
You must be signed in to change notification settings - Fork 250
Add Dashboard page #341
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
Comments
That would be really useful, thank you for considering that! It would help a lot in keeping track which certificates are issued by the tool. |
This would be unbelievably useful. KeyVault doesn't give the best view for managing these certificates. At least being able to see the status of certificates issued with this app would be stellar. |
Thanks, I'm going to create a great dashboard, but I haven't made much progress lately because I haven't had much time to work on it. |
I'm pasting a screenshot of the work in progress in the comments of #342. Please comment if you have any feedback. |
The dashboard feature is now available as a preview in the recently released v3.7.0. |
@siarheikuzmich Try the legacy Web UI. If you still can't see your domain list, there may be a problem with your GoDaddy credentials or the status of your domain. If the status of the domain is anything other than ACTIVE, it will not be displayed, so you will need to type the following command to verify.
|
@shibayan you are right! I generated api keys via GoDaddy delegated account which does not have permission to domains record. When owner generate keys from his account all is ok. Thank you very much! |
This comment has been minimized.
This comment has been minimized.
Hello. Does the introduction of the dashboard disable the legacy /add-certificate and /bulk-certificate paths? They no longer work on our deployments, and I was wondering if this was by design. It would be great to have all URLs working. |
@TheMorganator Yes, the old UI (add-certificate / bulk-certificate) has been removed. It will now be invested in dashboard functionality. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@Apps-Limited Read the document. Also, I don't want comments that have nothing to do with this issue. |
Having a delete and/or rename option would be very useful. I created a cert with a bit of a bad name, but there's no clear way to remove it or change that from the dashboard. |
It is not intended to be a management dashboard for Key Vault itself. It is intended to be a dashboard as a certificate issuing tool using ACME. |
a feature where you can do a selection of certificates (one , multiple, all) and perform the actions (Renew, Revoke and additionally Delete) also having the option to do a manual certificate (where you dont have dns api integration and need to add a acme dns record to issue the certificate manually) would be nice. |
Thanks for the feedback, Acmebot does not take manual DNS record setting into account as it is intended to be automated. |
thanks for your reaction, i can appreciate this application has automation in mind and won't use manual dns record validation. How about the features in the first sentence of my question? |
Would it be possible to query for all domains in a GoDaddy account? Most of our domains are DNS Hosted so they have a status of PENDING_DNS_ACTIVE and don't show up in the dashboard. I have successfully tested adding records to those domains via the API without issues. |
@pufferandrew GoDaddy's documentation is unclear what |
@shibayan can we add more options when the certificate will renew like for example 10 days before the actual expiration and display on dashboard when it will renew based on the date we set? |
I have created a new milestone and will manage the dashboard issues separately. |
First, that's a great tool, and Thank you for the solution! One thing I want to bring to your attention is that revoking certificates does not delete the certificate from Keyvault. If this by design with any special reason? |
Implement a new web UI in
/dashboard
to add certificate issuance status and clear links to each UI.Features
Future
The text was updated successfully, but these errors were encountered: