-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add certify dashboard, landing page, re-organize
- Loading branch information
1 parent
4d01a60
commit 826ff23
Showing
16 changed files
with
17,234 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Using Certify Dashboard | ||
--- | ||
|
||
*Certify Dashboard* is our hosted service for monitoring certificate renewals. You can report to the dashboard using [Certify Certificate Manager](intro), or by using our dashboard agent tool with supported ACME tools like [Certbot](configuration) and [acme.sh](configuration). | ||
|
||
![Dashboard](/assets/screens/dashboard/dashboard_example.png) | ||
|
||
## Features | ||
- Monitor successful and failed renewals. | ||
- Receive warnings for items nearing certificate expiration. | ||
- View failure messages directly without checking individual server logs. | ||
- Report automatically from *hundreds* of servers, for *thousands* of certificates. | ||
- Avoid unexpected downtime due to repeated renewal failures. | ||
- Minimal configuration required. | ||
|
||
## Reporting to the Dashboard | ||
Reports include a summary of the current certificates' public information and the most recent relevant error message from client logs for failed renewals. The reporting method varies depending on the ACME client software used. | ||
|
||
### Using Certify Certificate Manager | ||
If you use *Certify Certificate Manager*, you can start reporting to the dashboard by launching the app and selecting the *Add to Dashboard* option on the start-up screen. The instance name will then appear on your dashboard, and any subsequent certificate requests or renewals will be reported as they occur. | ||
|
||
Ensure that *Status Reports to Dashboard* is enabled under Settings in the app (enabled by default). | ||
|
||
### Using Other ACME Clients | ||
To report to the dashboard from third-party ACME clients, you can either use our dashboard API *(coming soon)* with custom tooling or our *Dashboard Agent*. The *Dashboard Agent* is a small tool that runs on your servers and understands the configuration of specific ACME clients. It can run as a service or periodically to send reports. | ||
|
||
**We are currently accepting beta testers for the Dashboard Agent to help refine the product for:** | ||
- Certbot | ||
- acme.sh | ||
- Other suggested ACME clients (contact us to discuss) | ||
|
||
The agent is designed to run on Linux, macOS, or Windows. | ||
|
||
## Licensing | ||
*Certify Dashboard* is included with license key purchases for *Certify Certificate Manager*. For other ACME clients, you can start with our free tier (coming soon) to handle up to 25 managed certificate renewal reports (limit may vary) and for higher usage a *Certify Dashboard* license is required (planned to be $4.99 USD per month). Customers requiring support are required to purchase a license or can ask questions via the [Community forum](https://community.certifytheweb.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Certify The Web | ||
--- | ||
|
||
[Certify The Web](https://certifytheweb.com) is a range of automate certificate management related products, including [Certify Certificate Manager](intro), [Certify Dashboard](dashboard/) and [Certify DNS](dns/providers/certifydns) | ||
|
||
### Certify Certificate Manager | ||
<div className="img-left"> | ||
![Certify Certificate Manager](/assets/screens/Startup_Dark_sm.png) | ||
</div> | ||
|
||
Our popular certificate management system features a comprehensive UI, renewal service, a range of pre-built deployment tasks and support for custom certificate deployment automation. | ||
|
||
Professional management of ACME automated certificates on Windows from your choice of Certificate Authorities including Let's Encrypt, Google Trusts Service and custom or enterprise CAs. | ||
|
||
[Read More](intro) | ||
|
||
<div className="clear-float"></div> | ||
|
||
<div className="diagram"> | ||
![Products](/assets/diagrams/products.png) | ||
</div> | ||
|
||
### Certify Dashboard | ||
|
||
<div className="img-right"> | ||
![Dashboard](/assets/screens/dashboard/dashboard_example_sm.png) | ||
</div> | ||
|
||
Our hosted dashboard providing central monitoring of certificate renewal status across your organization, compatible with a cross-platform range of ACME clients. | ||
|
||
[Read More](intro) | ||
|
||
<div className="clear-float"></div> | ||
|
||
### Certify DNS | ||
When you can't use automation with your existing DNS provider you can optionally use our cloud managed service to perform ACME DNS challenges for your certificates using CNAME delegation. The service is compatible with most existing acmedns clients and can be used with other ACME clients on all operating systems. | ||
|
||
[Read More](dns/providers/certifydns) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.