Bobcares

How to use a Cloudflare API Token for LetsEncrypt Validation

by | Jun 12, 2024

Learn how to use a Cloudflare API token for LetsEncrypt validation. Our CloudFlare Support team is here to help you with your questions and concerns.

How to use a Cloudflare API Token for LetsEncrypt Validation

How to use a Cloudflare API Token for LetsEncrypt ValidationManaging SSL certificates can be a difficult task. But the process becomes smoother with Cloudflare API tokens and Let’s Encrypt.

Let’s Encrypt offers free SSL certificates, while Cloudflare makes it easy to obtain and install them on our website.

Today, we will walk through integrating Let’s Encrypt with Cloudflare using API tokens.

Why Cloudflare API Tokens?

Cloudflare API tokens offer a secure way to manage your DNS records, which is essential for validating Let’s Encrypt certificates. While API keys are available, tokens provide more granular control and security.

Step-by-Step Guide

  1. Before we dive into the installation, make sure the Python modules and the `certbot` versions meet the minimum requirements for using API tokens for Cloudflare DNS validation. If not, we have to install `certbot` and its dependencies manually.
  2. We can install `certbot` directly from Python’s package repository using `pip`.

    sudo apt install python3-pip -y

  3. Next, install `certbot` and the Cloudflare module:

    sudo python3 -m pip install certbot certbot-dns-cloudflare

  4. Until `pip` provides a newer version of `python-cloudflare`, we have to install it from the source. Here’s how:

    git clone https://github.com/cloudflare/python-cloudflare
    cd python-cloudflare
    python3 setup.py build
    sudo python3 setup.py install
    pip3 freeze | grep cloudflare

    After running these commands, we will now have version 2.8.13 of `cloudflare` and 1.8.0 of `certbot-dns-cloudflare`.

  5. Then, create an INI file for the API token and run the command to get the certificate. So, store the INI file in a secure location, preferably where only the root user can read it. Here’s how to create the file:

    TOKEN="PutYourApiTokenHere"
    echo "dns_cloudflare_api_token = ${TOKEN}" | sudo tee /root/cf-api-token.ini

    Make sure the file looks like this, all on one line:

    dns_cloudflare_api_token = PutYourApiTokenHere

  6. Next, run the following command to validate and obtain an SSL certificate:

    sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials /root/cf-api-token.ini -d ourdomain.com

    If successful, our new certificates will be in the `/etc/letsencrypt/live` directory.

After the above steps, we can manually move or link the certificates to the application. Furthermore, we can create hooks to automate this process.

[Need assistance with a different issue? Our team is available 24/7.]

Conclusion

And there you have it! With these steps, we can seamlessly manage SSL certificates for our website using Cloudflare API tokens and Let’s Encrypt.

In brief, our Support Experts demonstrated how to use a Cloudflare API token for LetsEncrypt validation

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Speed issues driving customers away?
We’ve got your back!

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

_reb2bgeo - The visitor's geographical location

_reb2bloaded - Whether or not the script loaded for the visitor

_reb2bref - The referring URL for the visit

_reb2bsessionID - The visitor's RB2B session ID

_reb2buid - The visitor's RB2B user ID

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid
_reb2bgeo, _reb2bloaded, _reb2bref, _reb2bsessionID, _reb2buid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF