docs/Backend.md in fastly-8.0.1 vs docs/Backend.md in fastly-8.1.0
- old
+ new
@@ -26,10 +26,10 @@
| **share_key** | **String** | Value that when shared across backends will enable those backends to share the same health check. | [optional] |
| **shield** | **String** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional] |
| **ssl_ca_cert** | **String** | CA certificate attached to origin. | [optional] |
| **ssl_cert_hostname** | **String** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional] |
| **ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional][default to true] |
-| **ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] |
+| **ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] |
| **ssl_client_cert** | **String** | Client certificate attached to origin. | [optional] |
| **ssl_client_key** | **String** | Client key attached to origin. | [optional] |
| **ssl_hostname** | **String** | Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. | [optional] |
| **ssl_sni_hostname** | **String** | Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. | [optional] |
| **use_ssl** | **Boolean** | Whether or not to require TLS for connections to this backend. | [optional] |