Skip to content

Commit b50ee85

Browse files
committed
Updated TLS configuration
1 parent ddc88af commit b50ee85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/models/config.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ class ConfigurationBase(BaseModel):
3636

3737

3838
class TLSConfiguration(ConfigurationBase):
39-
"""TLS configuration."""
39+
"""TLS configuration.
40+
41+
See also:
42+
- https://fastapi.tiangolo.com/deployment/https/
43+
- https://en.wikipedia.org/wiki/Transport_Layer_Security
44+
"""
4045

4146
tls_certificate_path: Optional[FilePath] = Field(
4247
None,

0 commit comments

Comments
 (0)