Lua + Nginx | Openresty : Using many SSL certificates in a server block phptuts June 9, 2022 With Nginx you can use many SSL certificates with many server blocks. You can’t do this with only one server block. But with Openresty or… Continue Reading
CentOS 7: use certbot to register SSL certificate for multiple domains with Cloudflare phptuts June 9, 2022 Install certbot Step 1-5: CentOS 7: install certbot to register wildcard SSL certificate Using certbot to register SSL certificate for multiple domains Step 6: Confirm… Continue Reading
CentOS 7: install certbot to register wildcard SSL certificate phptuts June 3, 2022 Step 1: install snap Step 2: Install latest version of snap: Step 3: Remove old certbot packages sudo yum remove certbot Step 4: install certbot… Continue Reading
How to fix Let’s Encrypt certificates error after 09/30/2021 phptuts October 2, 2021 Reason: DST Root CA X3 Certificate Expires at 09/30/2021 Fix on Windows: Step 1: Run certmgr.msc Step 2: Download files: https://letsencrypt.org/certs/isrgrootx1.pem https://letsencrypt.org/certs/isrg-root-x2.pem Step 3: Trusted… Continue Reading
Use Let’s Encrypt certificate in VestaCP phptuts June 12, 2020 EXAMPLE 1: Example for main domain, after the installation of VestaCP, we see the login information: I. Create certificate for main domain (tutorialspots.com) Step I.1:… Continue Reading
How to Install Let’s Encrypt Wildcard SSL on CentOS phptuts March 22, 2020 Step 1: Step 2: If you get error: Run Result: Step 3: Suppose that your server IP is 11.11.11.11 You must add 3 records for… Continue Reading
How to renew Let’s Encrypt certificate on CentOS with NGINX phptuts March 25, 2018 Use this command: Result: Continue Reading
Let’s Encrypt: how to fix error Received 2 certificate(s), first certificate had names phptuts February 1, 2018 You could give this error when renew Let’s Encrypt certificate How to fix this error: Simple, you can use this command: Result: Continue Reading
How to use SSL certificate free of Let’s Encrypt on Linux – part 2 phptuts May 7, 2016 Some errors may be occur during the installation of Let’s Encrypt on Linux Error 1: How to fix it? Step 1: Result: We see the… Continue Reading
How to use SSL certificate free of Let’s Encrypt on Linux phptuts May 7, 2016 Let’s Encrypt Step 1: Install Git Check the git command, if command not found, you must install git first: Read: How to install Git on… Continue Reading