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
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 create a free Let’s Encrypt certificate on CentOS with NGINX phptuts November 11, 2017 Step 1: Step 2: Result: To renew automatically: Because that Let’s Encrypt certificates is valid for 90 days, so must renew. To test: Result: You… 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