Administration

HAProxy Enterprise license keys

This section offers tips for managing your HAProxy Enterprise license key.

Keep your key secret

Your license key is part of the contract defining your organization’s rights and responsibilities regarding the use of HAProxy Technologies software and services. Do not share this key outside of your organization.

Retrieve your license key Jump to heading

Some operations, such as package installation and updates, may require your HAProxy Enterprise license key. To retrieve your HAProxy Enterprise license key, execute these commands on a system where you have installed HAProxy Enterprise. Use the commands for your platform.

nix
sed 's/.*]//' /etc/apt/sources.list.d/haproxy-tech.list | awk -F'/' '{print $7}' | sed 's/\(.*\)-[^-]*/\1/' | uniq
nix
sed 's/.*]//' /etc/apt/sources.list.d/haproxy-tech.list | awk -F'/' '{print $7}' | sed 's/\(.*\)-[^-]*/\1/' | uniq
nix
grep '^baseurl=https://www.haproxy.com/download/hapee/key/' /etc/yum.repos.d/haproxy-tech.repo | sed 's~baseurl=https://www.haproxy.com/download/hapee/key/~~' | sed 's~/.*~~' | sed 's/\(.*\)-[^-]*/\1/' | uniq
nix
grep '^baseurl=https://www.haproxy.com/download/hapee/key/' /etc/yum.repos.d/haproxy-tech.repo | sed 's~baseurl=https://www.haproxy.com/download/hapee/key/~~' | sed 's~/.*~~' | sed 's/\(.*\)-[^-]*/\1/' | uniq
nix
grep '^baseurl=https://www.haproxy.com/download/hapee/key/' /etc/zypp/repos.d/haproxy-tech.repo | sed 's~baseurl=https://www.haproxy.com/download/hapee/key/~~' | sed 's~/.*~~' | sed 's/\(.*\)-[^-]*/\1/' | uniq
nix
grep '^baseurl=https://www.haproxy.com/download/hapee/key/' /etc/zypp/repos.d/haproxy-tech.repo | sed 's~baseurl=https://www.haproxy.com/download/hapee/key/~~' | sed 's~/.*~~' | sed 's/\(.*\)-[^-]*/\1/' | uniq

Do you have any suggestions on how we can improve the content of this page?