| title | Quickstart |
|---|---|
| description | Get started with CertWatch in under 5 minutes |
<Note>
You can add any publicly accessible domain. CertWatch will check the certificate on port 443 by default.
</Note>
CertWatch supports multiple notification channels. Set up at least one to receive alerts.
Email notifications are enabled by default using your account email. You can add additional email addresses or disable them in Settings.
Navigate to **Channels** in the sidebar. Click **Add Channel** and select **Slack**. Click **Connect to Slack** and authorize CertWatch to post to your workspace. Choose which Slack channel should receive certificate alerts. Navigate to **Channels** in the sidebar. Click **Add Channel** and select **Discord**. Paste your Discord webhook URL.<Tip>
To create a webhook in Discord: Server Settings → Integrations → Webhooks → New Webhook
</Tip>
Once set up, you can verify your configuration:
- Check Certificate Status - Your certificate should show as "Valid" with days until expiry
- Test Notifications - Use the "Send Test" button on any notification channel
- Review Dashboard - Your dashboard shows an overview of all monitored certificates
For certificates on internal infrastructure that CertWatch can't reach from the cloud, install the CertWatch Agent:
```bash curl -sSL https://certwatch.app/install.sh | bash ``` ```bash cw-agent init ``` ```bash cw-agent start -c certwatch.yaml ``` Learn more about monitoring private endpoints with the CertWatch Agent. Learn about bulk imports and advanced options. Collaborate with your team on certificate management. Set up custom integrations with webhooks. Automate certificate management with our API.