Method 2: Generate on Your Own Server (Recommended)
Benefits:
- No DNS pointing required
- Direct installation on your server
- Full control over the process
For Linux/Ubuntu Servers:
# Install acme.sh
curl https://get.acme.sh | sh
# Generate ZeroSSL certificate
~/.acme.sh/acme.sh --register-account --accountemail your@email.com --server zerossl
~/.acme.sh/acme.sh --issue -d yourdomain.com --webroot /var/www/html --server zerossl
# Install certificate
~/.acme.sh/acme.sh --install-cert -d yourdomain.com \
--cert-file /etc/ssl/certs/yourdomain.crt \
--key-file /etc/ssl/private/yourdomain.key \
--fullchain-file /etc/ssl/certs/yourdomain-fullchain.crt
For cPanel/Shared Hosting:
- Go to SSL/TLS section in cPanel
- Use "Let's Encrypt" or "Free SSL" option
- Enter your domain and email
- Click "Issue Certificate"
Method 3: Manual Certificate Request
If you can't use the above methods, contact us with:
- Domain name
- Email address
- Server type (Apache/Nginx/IIS)
We'll provide step-by-step instructions for your specific setup.