Domain Name
WebsitesThe human-readable address visitors type to reach your website — like roelu.com — instead of the string of numbers the internet actually uses to find the…
TLS Certificate | HTTPS Certificate
An SSL certificate is a digital file installed on a web server that encrypts the connection between a visitor's browser and the site. It enables HTTPS — the protocol shown by the padlock icon in the address bar — and verifies that the visitor is connecting to the legitimate domain. Modern SSL certificates are technically TLS certificates, but the older SSL name has stuck across the industry.
An SSL certificate is no longer optional. Google flags sites without HTTPS as Not Secure in Chrome. Conversion rates on flagged sites collapse. Modern features — service workers, geolocation, payment APIs — refuse to run without it. Worse, anything submitted over plain HTTP, including passwords and credit card numbers, travels the wire in plain text for anyone on the network to read. The fix is free. Let's Encrypt issues certificates at no cost and most modern hosts install and renew them automatically. There is no excuse to ship a site without one in 2026.
You request a certificate from a Certificate Authority — Let's Encrypt is the most common free option — proving you control the domain by adding a DNS record or a file on the server. The CA issues the certificate, your host installs it, and traffic to the domain is now encrypted. Browsers verify the certificate against trusted root authorities every time someone visits. Modern hosts like Vercel, Cloudflare, and Netlify handle the whole flow invisibly — you point the domain at them and HTTPS is live in minutes. Certificates typically expire every ninety days, but renewal is automated and you never think about it.
The human-readable address visitors type to reach your website — like roelu.com — instead of the string of numbers the internet actually uses to find the…
The internet's phone book — DNS translates the domain name you type into the numeric address computers use to find the right server, and it does so in…
The server space where your website's files live so visitors can reach them — every site needs a host, and the one you pick decides how fast your pages load…
An instruction that sends visitors and search engines from one URL to another — used to fix broken links, consolidate pages, or move content to a new address…
The way the paths on your website are organized — like /pricing or /case-studies/acme — designed to be readable, predictable, and useful for both search…
A prefix attached to your main domain — like blog.roelu.com or app.stripe.com — that points to a separate part of your site or a different application…