fix(docs): security details validTo/From type (#7559)

This commit is contained in:
Yury Semikhatsky 2021-07-12 09:35:37 -07:00 committed by GitHub
parent 389943ac79
commit 25a43aef3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,9 +55,9 @@ Returns the matching [Request] object.
- `protocol` <[string]> The specific TLS protocol used. (e.g. `TLS 1.3`). Optional. - `protocol` <[string]> The specific TLS protocol used. (e.g. `TLS 1.3`). Optional.
- `subjectName` <[string]> Common Name component of the Subject - `subjectName` <[string]> Common Name component of the Subject
field from the certificate. This should only be used for informational purposes. Optional. field from the certificate. This should only be used for informational purposes. Optional.
- `validFrom` <[int]> Unix timestamp (in seconds) specifying - `validFrom` <[float]> Unix timestamp (in seconds) specifying
when this cert becomes valid. Optional. when this cert becomes valid. Optional.
- `validTo` <[int]> Unix timestamp (in seconds) specifying - `validTo` <[float]> Unix timestamp (in seconds) specifying
when this cert becomes invalid. Optional. when this cert becomes invalid. Optional.
Returns SSL and other security information. Returns SSL and other security information.