These are instructions for installing and starting the Smallstep Agent on a Linux server running systemd. If you want to install the agent binary manually instead, see Install the Smallstep agent on a Linux server.

System Requirements

Install the Smallstep agent

Fedora

  1. In the Terminal, add our package repository to your system:

    cat << EOF | sudo tee /etc/yum.repos.d/smallstep.repo
    [smallstep]
    name=Smallstep
    baseurl=https://packages.smallstep.com/stable/fedora/
    enabled=1
    repo_gpgcheck=0
    gpgcheck=1
    gpgkey=https://packages.smallstep.com/keys/smallstep-0x889B19391F774443.gpg
    EOF
    
  2. Install the Smallstep agent:

    sudo dnf makecache && sudo dnf install -y step-agent-plugin
    
  3. Check that it was installed correctly:

    step-agent-plugin version
    

    Output:

    🚀 step-agent-plugin/0.38.0 (linux/amd64)
       Release Date: 2024-10-10T14:55:48Z
    

CentOS

  1. In the Terminal, add our package repository to your system:

    cat << EOF | sudo tee /etc/yum.repos.d/smallstep.repo
    [smallstep]
    name=Smallstep
    baseurl=[<https://packages.smallstep.com/stable/el/>](<https://packages.smallstep.com/stable/el/>)
    enabled=1
    repo_gpgcheck=0
    gpgcheck=1
    gpgkey=[<https://packages.smallstep.com/keys/smallstep-0x889B19391F774443.gpg>](<https://packages.smallstep.com/keys/smallstep-0x889B19391F774443.gpg>)
    EOF
    
  2. Install the Smallstep agent:

    sudo dnf makecache && sudo dnf install -y step-agent-plugin
    
  3. Check that it was installed correctly:

    step-agent-plugin version
    

    Output:

    🚀 step-agent-plugin/0.38.0 (linux/amd64)
       Release Date: 2024-10-10T14:55:48Z
    

Debian

  1. In the Terminal, install dependencies:

    sudo apt-get update && sudo apt-get install -y --no-install-recommends curl gpg ca-certificates