mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update ha_release, description, and category
This commit is contained in:
parent
1efc095942
commit
3c6b558275
@ -1,18 +1,18 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Certificate Expiry"
|
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
|
date: 2017-04-24 14:14
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category: Sensor
|
ha_category: System Monitor
|
||||||
ha_release: 0.43
|
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:
|
To add the Certificate Expiry sensor to your installation, add these options to `configuration.yaml` file:
|
||||||
|
|
||||||
@ -25,9 +25,10 @@ sensor:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from
|
- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from.
|
||||||
- **port** array (*Optional*): Port number (default **443**).
|
- **port** (*Optional*): The port number where the server is running. Defaults to `443`.
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
Make sure that the URL exactly matches your endpoint or resource.
|
Make sure that the URL exactly matches your endpoint or resource.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user