We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc88af commit b50ee85Copy full SHA for b50ee85
src/models/config.py
@@ -36,7 +36,12 @@ class ConfigurationBase(BaseModel):
36
37
38
class TLSConfiguration(ConfigurationBase):
39
- """TLS configuration."""
+ """TLS configuration.
40
+
41
+ See also:
42
+ - https://fastapi.tiangolo.com/deployment/https/
43
+ - https://en.wikipedia.org/wiki/Transport_Layer_Security
44
+ """
45
46
tls_certificate_path: Optional[FilePath] = Field(
47
None,
0 commit comments