You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/about-fqdn.xml
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,7 @@ A FQDN is the absolute and unambiguous address of that host on the internet. It
47
47
<listitem><para>DNS serves as the internet's directory by translating human-readable names into machine-accessible IP addresses to facilitate cross-network communication. FQDNs are the essential components of this process, providing the absolute, unambiguous paths required for DNS queries and responses to accurately resolve hostnames to their specific numerical destinations.</para></listitem>
48
48
</itemizedlist>
49
49
</section>
50
-
<sectionxml:id="usage-fqdn">
51
-
<title>Why you need FQDNs?</title>
52
-
<para>Some of the use case scenarios include:</para>
53
-
<itemizedlist>
54
-
<listitem><para>To make a device accessible over the internet, a FQDN is required. You have to use the FQDN to configure your DNS records, which maps the domain name to the device's static IP address. </para></listitem>
55
-
<listitem><para>An FQDN is also a prerequisite for SSL certification. To meet current web security standards, you must use a verified domain name to issue and manage your site’s encryption certificates. </para></listitem>
56
-
<listitem><para>In large-scale networking, FQDNs are indispensable for segmenting and managing complex environments.They provide a hierarchical structure that allows administrators to organize traffic into distinct and secure zones.
57
-
By using specific host names within a structured domain hierarchy, organizations can implement granular access controls and streamline service discovery, ensuring that data flows efficiently and remains isolated within its intended network segment. </para></listitem>
58
-
<listitem><para>Whether you are establishing a connection for FTP file transfers or configuring email services for specific applications, a FQDN or IP address is required to properly route and authenticate the traffic.</para></listitem>
59
-
</itemizedlist>
60
-
</section>
61
-
<sectionxml:id="certs-fqdn">
50
+
<sectionxml:id="certs-fqdn">
62
51
<title>About FQDNs and SSL/TLS certificates</title>
63
52
<para>A FQDN is a fundamental requirement for obtaining SSL/TLS certificates, which safeguard online communications by encrypting data transmitted between servers and clients.
64
53
By providing a specific FQDN to a Certificate Authority (CA), you ensure the resulting certificate is mathematically bound to your exact domain, authenticating your site's identity and preventing unauthorized third parties from intercepting or spoofing your traffic.</para>
0 commit comments