mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update ha_release, description, and category
This commit is contained in:
parent
1efc095942
commit
3c6b558275
@ -1,18 +1,18 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Certificate Expiry"
|
||||
description: "Track HTTPS (SSL) certificate expiry as HomeAssistant sensor."
|
||||
description: "Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant."
|
||||
date: 2017-04-24 14:14
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: home-assistant.png
|
||||
ha_category: Sensor
|
||||
ha_release: 0.43
|
||||
ha_category: System Monitor
|
||||
ha_release: 0.44
|
||||
---
|
||||
|
||||
This sensor fetches information from a configured URL and displays the certificate expiry (in days). The `host` and `port` must lead to a working SSL website.
|
||||
The `cert_expiry` sensor fetches information from a configured URL and displays the certificate expiry in days.
|
||||
|
||||
To add the Certificate Expiry sensor to your installation, add these options to `configuration.yaml` file:
|
||||
|
||||
@ -25,9 +25,10 @@ sensor:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from
|
||||
- **port** array (*Optional*): Port number (default **443**).
|
||||
- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from.
|
||||
- **port** (*Optional*): The port number where the server is running. Defaults to `443`.
|
||||
|
||||
<p class='note warning'>
|
||||
Make sure that the URL exactly matches your endpoint or resource.
|
||||
</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user