fix(docs): security details validTo/From type (#7559)
This commit is contained in:
parent
389943ac79
commit
25a43aef3c
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue