mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
8cc95a7459
* Docs: edit contribute/style-guides * Add missing 'is' * Improve grammar of code comment * Prettier fixes * Minor fix * Minor fix --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
886 B
886 B
Grafana technical terminology
This glossary defines technical terms used in Grafana.
TLS/SSL
The acronyms TLS (Transport Layer Security) and SSL (Secure Socket Layer) are both used to describe the HTTPS security layer. In practice, they are synonymous. However, TLS is considered the current name for the technology, and SSL is considered deprecated.
As such, while we use both terms in our codebase and documentation, we generally prefer TLS. However, we use both acronyms in combination when referring to this type of technology, that is, TLS/SSL. We do this because we don't want to confuse readers who may not be aware of them being synonymous, and SSL is still prevalent in common discourse.